Skip to content

Commit

Permalink
Closes #25806 -- Change example SKU and Tier to a less expensive option
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattfry committed Dec 17, 2024
1 parent 8649171 commit 388e96c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/postgresql_flexible_server.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ resource "azurerm_postgresql_flexible_server" "example" {
zone = "1"
storage_mb = 32768
storage_tier = "P30"
storage_tier = "P4"
sku_name = "GP_Standard_D4s_v3"
sku_name = "B_Standard_B1ms"
depends_on = [azurerm_private_dns_zone_virtual_network_link.example]
}
Expand Down

0 comments on commit 388e96c

Please sign in to comment.