Skip to content

Commit

Permalink
Changed the database SKU from BC_Gen5_2 to S0. (hashicorp#16398)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeNaxic authored Apr 14, 2022
1 parent 9fe12c6 commit 26e3ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/mssql_database.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource "azurerm_mssql_database" "test" {
license_type = "LicenseIncluded"
max_size_gb = 4
read_scale = true
sku_name = "BC_Gen5_2"
sku_name = "S0"
zone_redundant = true
extended_auditing_policy {
Expand Down

0 comments on commit 26e3ef3

Please sign in to comment.