Skip to content

Commit

Permalink
wrong stupid dns zone name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 5, 2024
1 parent 456cf1f commit 8eddfae
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 @@ -9,7 +9,7 @@ resource "random_password" "password" {
resource "azurerm_private_dns_zone" "postgres" {
count = var.create_db ? 1 : 0

name = "plrl.database.azure.com"
name = "plrl.postgres.database.azure.com"
resource_group_name = local.resource_group.name
}

Expand Down

0 comments on commit 8eddfae

Please sign in to comment.