Skip to content

Commit 9932d06

Browse files
updated files
1 parent 37d0787 commit 9932d06

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
@@ -113,7 +113,7 @@ module "private_endpoint" {
113113
region = var.location
114114
subnet_id = var.subnet_id
115115
private_dns_zone_group_name = var.private_dns_zone_group_name
116-
private_dns_zone_ids = [var.private_dns_zone_id]
116+
private_dns_zone_ids = var.private_dns_zone_ids
117117
is_manual_connection = var.is_manual_connection
118118
private_connection_resource_id = module.postgresql_server.id
119119
subresource_names = var.subresource_names

0 commit comments

Comments
 (0)