File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files 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_ids
61
+ private_dns_zone_id = var. private_dns_zone_ids [ 0 ]
62
62
public_network_access_enabled = var. public_network_access_enabled
63
63
64
64
high_availability = var. high_availability
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ variable "private_dns_zone_group_name" {
164
164
165
165
variable "private_dns_zone_ids" {
166
166
description = " A list of Private DNS Zone IDs to link with the Private Endpoint."
167
- type = string
167
+ type = list ( string )
168
168
}
169
169
170
170
variable "is_manual_connection" {
You can’t perform that action at this time.
0 commit comments