Skip to content

Commit aa10f01

Browse files
committed
correcting outdated engine postpend
1 parent 7ba0baa commit aa10f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aws_deploy_ec2_instance_tag_name = "DBLABserver-ec2instance"
1010
aws_deploy_ebs_size="40"
1111
aws_deploy_ebs_type="gp2"
1212
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
13+
aws_deploy_dns_api_subdomain="tf-test" # subdomain in aws.postgres.ai, fqdn will be ${dns_api_subdomain}.aws.postgres.ai
1414

1515
source_postgres_version="13"
1616
source_postgres_host="ec2-3-215-57-87.compute-1.amazonaws.com"

0 commit comments

Comments
 (0)