Skip to content

Commit 79ac777

Browse files
updated files
1 parent 8053496 commit 79ac777

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

outputs.tf

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,7 @@ output "private_dns_zone_ids" {
101101
value = toset([for _, v in module.private_dns_zones : v.id])
102102
}
103103

104-
105-
# output "zone_name" {
106-
# description = "Name of the private hosted zone."
107-
# value = azurerm_private_dns_zone.private_zone.name
108-
# }
109-
110-
# output "id" {
111-
# description = "ID of the private DNS Zone"
112-
# value = azurerm_private_dns_zone.private_zone.id
113-
# }
104+
output "postgres_private_dns_zone_id" {
105+
description = "The ID of the Postgres private DNS zone."
106+
value = module.private_dns_zones["privatelink.postgres.database.azure.com"].id
107+
}

0 commit comments

Comments
 (0)