Skip to content

Commit

Permalink
azurerm_mssql_elasticpool - allow PRMS for family (hashicorp#27615)
Browse files Browse the repository at this point in the history
* azurerm_mssql_elasticpool - allow PRMS for family

* docs:
  • Loading branch information
katbyte authored Oct 11, 2024
1 parent 1ce7b02 commit bd0d1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/services/mssql/mssql_elasticpool_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func resourceMsSqlElasticPool() *pluginsdk.Resource {
"Fsv2",
"DC",
"MOPRMS",
"PRMS",
}, false),
},
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/mssql_elasticpool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The `sku` block supports the following:

* `tier` - (Required) The tier of the particular SKU. Possible values are `GeneralPurpose`, `BusinessCritical`, `Basic`, `Standard`, `Premium`, or `HyperScale`. For more information see the documentation for your Elasticpool configuration: [vCore-based](https://docs.microsoft.com/azure/sql-database/sql-database-vcore-resource-limits-elastic-pools) or [DTU-based](https://docs.microsoft.com/azure/sql-database/sql-database-dtu-resource-limits-elastic-pools).

* `family` - (Optional) The `family` of hardware `Gen4`, `Gen5`, `Fsv2`, `MOPRMS`, or `DC`.
* `family` - (Optional) The `family` of hardware `Gen4`, `Gen5`, `Fsv2`, `MOPRMS`, `PRMS`, or `DC`.

---

Expand Down

0 comments on commit bd0d1f1

Please sign in to comment.