Skip to content

Commit a809a76

Browse files
updates
1 parent e197669 commit a809a76

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

outputs.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,3 @@ output "postgres_private_dns_zone_id" {
9393
description = "The ID of the Postgres private DNS zone."
9494
value = var.private_dns_zone_enabled ? azurerm_private_dns_zone.postgres[0].id : null
9595
}
96-
97-
output "private_endpoint_subnet_id" {
98-
description = "The ID of the subnet for private endpoints (e.g., 'private-endpoint-subnet')."
99-
value = module.subnets["private-endpoint-subnet"].id
100-
}

0 commit comments

Comments
 (0)