Skip to content

Commit

Permalink
create mode is not required to set to Update in acc too
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Jan 21, 2025
1 parent c4001ba commit 5346a48
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,6 @@ resource "azurerm_postgresql_flexible_server" "test" {
administrator_login = "adminTerraform"
administrator_password = "QAZwsx123"
storage_mb = 32768
create_mode = "Update"
version = "%s"
sku_name = "GP_Standard_D2s_v3"
zone = "2"
Expand Down

0 comments on commit 5346a48

Please sign in to comment.