We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcda89f commit 6aaa07fCopy full SHA for 6aaa07f
main.tf
@@ -111,10 +111,10 @@ resource "azurerm_postgresql_flexible_server" "main" {
111
}
112
113
depends_on = [azurerm_private_dns_zone_virtual_network_link.main, azurerm_private_dns_zone_virtual_network_link.main2]
114
-
+
115
lifecycle {
116
ignore_changes = [high_availability.0.standby_availability_zone]
117
- }
+ }
118
119
120
##-----------------------------------------------------------------------------
0 commit comments