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 54f4061 commit 9099d01Copy full SHA for 9099d01
main.tf
@@ -58,7 +58,7 @@ module "postgresql_server" {
58
administrator_password = var.administrator_password
59
60
delegated_subnet_id = var.delegated_subnet_id
61
- private_dns_zone_id = var.private_dns_zone_id
+ private_dns_zone_id = var.private_dns_zone_ids[0]
62
public_network_access_enabled = var.public_network_access_enabled
63
64
high_availability = var.high_availability
0 commit comments