claranet / terraform-azurerm-db-sql

Terraform module composition (feature) for Azure SQL Database (SQLServer based)
Apache License 2.0
14 stars 12 forks source link

[FEAT] ... Fsv2 and DC cpu family support on azurerm_mssql_elasticpool.elastic_pool #4

Closed kaganmersin closed 10 months ago

kaganmersin commented 1 year ago

Community Note

Description

Since local.elastic_pool_vcore_family = "Gen5" it's impossible to have Fsv2 or DC families in azurerm_mssql_elasticpool.elastic_pool. You can check possible values from : https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/mssql_elasticpool#family

New or Affected Resource(s)/Data Source(s)

azurerm_mssql_elasticpool.elastic_pool

Potential Terraform Configuration

No response

References

No response

Shr3ps commented 11 months ago

Hello,

Thanks for the issue, and sorry for this late reply. We will add this to our backlog.

rossifumax commented 10 months ago

Hello @kaganmersin !

Thanks for the issue, we fixed it in v7.7.0.

Keep us informed and don't hesitate to open a new PR if you've got any issues.