Skip to content

Commit

Permalink
Re-adding subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Feb 27, 2024
1 parent 3645f58 commit d17abfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operations/template/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ resource "azurerm_postgresql_flexible_server" "database" {
storage_mb = "32768"
auto_grow_enabled = true
backup_retention_days = "14"
# delegated_subnet_id = azurerm_subnet.database.id
# private_dns_zone_id = azurerm_private_dns_zone.dns_zone.id
delegated_subnet_id = azurerm_subnet.database.id
private_dns_zone_id = azurerm_private_dns_zone.dns_zone.id

authentication {
password_auth_enabled = "false"
Expand Down

0 comments on commit d17abfa

Please sign in to comment.