Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Sep 15, 2023
1 parent 1e4e1f8 commit ddefc4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ resource "azurerm_postgresql_flexible_server" "test" {
administrator_password = "123wsxQAZ"
version = "13"
backup_retention_days = 10
storage_mb = 4193280
storage_mb = 65536
delegated_subnet_id = azurerm_subnet.test.id
private_dns_zone_id = azurerm_private_dns_zone.test.id
sku_name = "GP_Standard_D2s_v3"
Expand Down

0 comments on commit ddefc4c

Please sign in to comment.