Skip to content

Commit

Permalink
wip4
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Aug 13, 2024
1 parent 2b2ca27 commit bd32b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aks/postgres/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "azurerm_postgresql_flexible_server" "main" {
sku_name = var.azure_sku_name
delegated_subnet_id = data.azurerm_subnet.main[0].id
private_dns_zone_id = data.azurerm_private_dns_zone.main[0].id
# public_network_access_enabled = false
public_network_access_enabled = false

dynamic "high_availability" {
for_each = var.azure_enable_high_availability ? [1] : []
Expand Down

0 comments on commit bd32b98

Please sign in to comment.