File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ module "postgresql_server" {
58
58
administrator_password = var. administrator_password
59
59
60
60
delegated_subnet_id = var. delegated_subnet_id
61
- private_dns_zone_id = var. private_dns_zone_id
61
+ private_dns_zone_ids = var. private_dns_zone_ids
62
62
public_network_access_enabled = var. public_network_access_enabled
63
63
64
64
high_availability = var. high_availability
@@ -115,7 +115,7 @@ module "private_endpoint" {
115
115
region = var. location
116
116
subnet_id = var. subnet_id
117
117
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
119
119
is_manual_connection = var. is_manual_connection
120
120
private_connection_resource_id = module. postgresql_server . id
121
121
subresource_names = var. subresource_names
You can’t perform that action at this time.
0 commit comments