-
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 SKU in azurerm_mssql_elasticpool gives the error This is not a valid sku name #24788
Comments
Thank you for taking the time to open this feature request! I am linking this previous PR that added similar support just to pull in relevant context. #23974 |
@rcskosir I'm seeing the same issue, my workaround of using The error I see is:
I'd expect the
As noted above the error is:
The ARM markup for the resource is currently: "sku": {
"name": "HS_PRMS",
"tier": "Hyperscale",
"family": "PRMS",
"capacity": 4
}
|
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.6.6
AzureRM Provider Version
3.87.0
Affected Resource(s)/Data Source(s)
azurerm_mssql_elasticpool
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Resource should have been deployed with sku HS_PRMS
Actual Behaviour
##[error]custom_ep_sku variable is not properly cased, or not one of the following: GP_Gen4 GP_Gen5 GP_Fsv2 GP_DC BC_Gen4 BC_Gen5 BC_DC HS_Gen5. Value provided was: HS_PRMS
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: