Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Telemaco019 committed Dec 11, 2024
1 parent 0474d29 commit cb55851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ data "azurerm_private_dns_zone" "flexible_postgres" {
count = var.private_dns_zones.flexible_postgres != null ? 1 : 0

name = var.private_dns_zones.flexible_postgres.name
resource_group_name = var.private_dns_zones.key_vault.resource_group_name
resource_group_name = var.private_dns_zones.flexible_postgres.resource_group_name
}
data "azurerm_private_dns_zone" "key_vault" {
count = var.private_dns_zones.key_vault != null ? 1 : 0
Expand Down

0 comments on commit cb55851

Please sign in to comment.