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 8cef6a5 commit 12bf682Copy full SHA for 12bf682
main.tf
@@ -115,7 +115,7 @@ module "private_endpoint" {
115
region = var.location
116
subnet_id = var.subnet_id
117
private_dns_zone_group_name = var.private_dns_zone_group_name
118
- private_dns_zone_ids = var.private_dns_zone_ids
+ # private_dns_zone_ids = var.private_dns_zone_ids
119
is_manual_connection = var.is_manual_connection
120
private_connection_resource_id = module.postgresql_server.id
121
subresource_names = var.subresource_names
0 commit comments