Skip to content

Commit

Permalink
used wrong subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 5, 2024
1 parent 12a29eb commit c5c3e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/clouds/azure/postgres.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "azurerm_postgresql_flexible_server" "postgres" {
resource_group_name = local.resource_group.name
location = local.resource_group.location
version = "13"
delegated_subnet_id = azurerm_subnet.network.id
delegated_subnet_id = azurerm_subnet.postgres.id
private_dns_zone_id = azurerm_private_dns_zone.postgres.id
administrator_login = "console"
administrator_password = random_password.password.result
Expand Down

0 comments on commit c5c3e47

Please sign in to comment.