Open youngjk opened 3 months ago
Adding to this: MOPRMS (memory optimised premium series) is also a valid SKU family
@crawfs isnot working, with MOPRMS I have the error * mismatch between SKU name 'HS_PRMS' and family 'MOPRMS', expected ''
version = "=4.2.0" I'm also encountering the Error: expected sku.0.family to be one of ["Gen4" "Gen5" "Fsv2" "DC" "MOPRMS"], got PRMS. This is preventing us from adding a Premium Hyperscale Pool. If it helps, the pool was upgraded via the portal, and now trying to align the IaC to the resource.
sku.name = "HS_PRMS" works, but looks like family has not been updated to support "PRMS". It does however support "MOPRMS"
Unable to omit family, even though it's marked as optional. mismatch between SKU name 'HS_PRMS' and family '', expected ''
Unable to add ignore_changes for sku[0].family service tier 'Hyperscale' PRMS must have a 'capacity'(10) of vCores
Is there an existing issue for this?
Community Note
fThe
azurerm_mssql_elasticpool
resource currently doesn't support the Premium Series (PRMS) SKU family for Azure SQL Elastic Pools. This SKU family is available in Azure, but attempting to use it results in a validation error in the Terraform Azure provider.Terraform Version
1.5.7
AzureRM Provider Version
3.111.0
Affected Resource(s)/Data Source(s)
azurerm_mssql_elasticpool
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Support SKU
family
andname
forHyperscale
tierActual Behaviour
Not recognizing sku.family of
PRMS
Steps to Reproduce
No response
Important Factoids
No response
References
No response