-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HS_PRMS_8 sku in azurerm_mssql_database gives the error This is not a valid sku name #22337
Comments
@itsmeharig this may be the reason terraform-provider Checking SKUs shows
so HS_8IM_(24|48|80) will work but "HS_8IM_2" will still give you I think proper validation should be done by checking for example |
@alexander-rondon tried that I can see HS_PRMS_8 is supported. even tried HS_8IM_8 but doesnt seem to work { |
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. |
Is there an existing issue for this?
Community Note
Terraform Version
1.5.0
AzureRM Provider Version
3.209.21
Affected Resource(s)/Data Source(s)
azurerm_mssql_database
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Resource should have been deployed with sku HS_PRMS_8
Actual Behaviour
invalid value for sku_name (This is not a valid sku name. For example, a valid sku name is 'GP_S_Gen5_1','HS_Gen4_1','BC_Gen5_2', 'ElasticPool', 'Basic', 'S0', 'P1'.)
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: