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 7ba0baa commit aa10f01Copy full SHA for aa10f01
terraform.tfvars
@@ -10,7 +10,7 @@ aws_deploy_ec2_instance_tag_name = "DBLABserver-ec2instance"
10
aws_deploy_ebs_size="40"
11
aws_deploy_ebs_type="gp2"
12
aws_deploy_allow_ssh_from_cidrs = ["0.0.0.0/0"]
13
-aws_deploy_dns_api_subdomain="tf-test" # subdomain in aws.postgres.ai, fqdn will be ${dns_api_subdomain}-engine.aws.postgres
+aws_deploy_dns_api_subdomain="tf-test" # subdomain in aws.postgres.ai, fqdn will be ${dns_api_subdomain}.aws.postgres.ai
14
15
source_postgres_version="13"
16
source_postgres_host="ec2-3-215-57-87.compute-1.amazonaws.com"
0 commit comments