Skip to content

Commit 6aaa07f

Browse files
author
akhan141
committed
Fix syntax
1 parent fcda89f commit 6aaa07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ resource "azurerm_postgresql_flexible_server" "main" {
111111
}
112112
}
113113
depends_on = [azurerm_private_dns_zone_virtual_network_link.main, azurerm_private_dns_zone_virtual_network_link.main2]
114-
114+
115115
lifecycle {
116116
ignore_changes = [high_availability.0.standby_availability_zone]
117-
}
117+
}
118118
}
119119

120120
##-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)