Skip to content

Commit

Permalink
new zone name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 5, 2024
1 parent 0d90314 commit 05c0179
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 @@ -7,7 +7,7 @@ resource "random_password" "password" {
}

resource "azurerm_private_dns_zone" "postgres" {
name = "plural.postgres.database.azure.com"
name = "postgres.database.azure.com"
resource_group_name = local.resource_group.name
}

Expand Down

0 comments on commit 05c0179

Please sign in to comment.