Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Aug 13, 2024
1 parent c236069 commit 6518a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aks/postgres/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ resource "azurerm_postgresql_flexible_server" "main" {
# Allow Azure to manage primary and standby server on fail-over. Ignore changes.
high_availability[0].standby_availability_zone,
# Required for import because of https://github.com/hashicorp/terraform-provider-azurerm/issues/15586
create_mode
create_mode,
public_network_access_enabled
]
}
}
Expand Down

0 comments on commit 6518a21

Please sign in to comment.