Skip to content

Commit bd0d1f1

Browse files
authored
azurerm_mssql_elasticpool - allow PRMS for family (#27615)
* azurerm_mssql_elasticpool - allow PRMS for family * docs:
1 parent 1ce7b02 commit bd0d1f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/services/mssql/mssql_elasticpool_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ func resourceMsSqlElasticPool() *pluginsdk.Resource {
123123
"Fsv2",
124124
"DC",
125125
"MOPRMS",
126+
"PRMS",
126127
}, false),
127128
},
128129
},

website/docs/r/mssql_elasticpool.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The `sku` block supports the following:
9797

9898
* `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).
9999

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

102102
---
103103

0 commit comments

Comments
 (0)