Closed crawfs closed 3 months 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.7
AzureRM Provider Version
3.113.0
Affected Resource(s)/Data Source(s)
azurerm_mssql_elasticpool
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The elastic pool should be created with the desired, valid sku values.
If I create a memory optimised premium hyperscale elastic pool and import it into the state I can see the values exactly match the above configuration, however the provider does not recognise these as valid SKU values. For instance if I change the values to "Gen5" and "HS_Gen5" the plans shows the following:
Actual Behaviour
The deployment results in an error.
Steps to Reproduce
No response
Important Factoids
No response
References
No response