Closed galyehudaf5 closed 1 year ago
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.5.5
AzureRM Provider Version
3.69.0
Affected Resource(s)/Data Source(s)
azurerm_mssql_elasticpool
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
when sku tier is set to Hyperscale, license_type can't be set according to azurerm documentation.
Actual Behaviour
in the first terraform apply there were no errors but when I created more different resources I got the license_type error even though it doesn't exist in the configuration. if I look at the state for some reason I will see the license_type in the configuration. when I tried destroying and creating the resource I didn't get the error until it came back after creating more resources.
Steps to Reproduce
No response
Important Factoids
No response
References
No response