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 75f99ad commit fcda89fCopy full SHA for fcda89f
main.tf
@@ -111,6 +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