From cb55851a0f6ef14b402ff71af81b3bdc28e0987c Mon Sep 17 00:00:00 2001 From: Michele Zanotti Date: Wed, 11 Dec 2024 16:23:53 +0000 Subject: [PATCH] fix: typo --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 0806036..9804fcd 100644 --- a/main.tf +++ b/main.tf @@ -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