Skip to content

Commit 47c5c3f

Browse files
files
1 parent 584b602 commit 47c5c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ module "private_endpoint" {
115115
region = var.location
116116
subnet_id = var.subnet_id
117117
private_dns_zone_group_name = var.private_dns_zone_group_name
118-
# private_dns_zone_ids = var.private_dns_zone_ids
118+
private_dns_zone_ids = var.private_dns_zone_ids[0]
119119
is_manual_connection = var.is_manual_connection
120120
private_connection_resource_id = module.postgresql_server.id
121121
subresource_names = var.subresource_names

0 commit comments

Comments
 (0)