Skip to content

Commit fa0acd5

Browse files
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent 8b41998 commit fa0acd5

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
@@ -11,7 +11,7 @@ aws_deploy_ebs_size = "10"
1111
aws_deploy_ebs_type = "gp2"
1212
aws_deploy_ec2_volumes_names = ["/dev/xvdf", "/dev/xvdg",]
1313
aws_deploy_allow_ssh_from_cidrs = ["0.0.0.0/0"]
14-
aws_deploy_dns_api_subdomain = "dmitry-tf-test" # subdomain in aws.postgres.ai, fqdn will be ${dns_api_subdomain}.aws.postgres.ai
14+
aws_deploy_dns_api_subdomain = "tf-test" # subdomain in aws.postgres.ai, fqdn will be ${dns_api_subdomain}.aws.postgres.ai
1515

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

0 commit comments

Comments
 (0)