We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e197669 commit a809a76Copy full SHA for a809a76
outputs.tf
@@ -93,8 +93,3 @@ output "postgres_private_dns_zone_id" {
93
description = "The ID of the Postgres private DNS zone."
94
value = var.private_dns_zone_enabled ? azurerm_private_dns_zone.postgres[0].id : null
95
}
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