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 8b41998 commit fa0acd5Copy full SHA for fa0acd5
terraform.tfvars
@@ -11,7 +11,7 @@ aws_deploy_ebs_size = "10"
11
aws_deploy_ebs_type = "gp2"
12
aws_deploy_ec2_volumes_names = ["/dev/xvdf", "/dev/xvdg",]
13
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
+aws_deploy_dns_api_subdomain = "tf-test" # subdomain in aws.postgres.ai, fqdn will be ${dns_api_subdomain}.aws.postgres.ai
15
16
source_postgres_version = "13"
17
source_postgres_host = "ec2-3-215-57-87.compute-1.amazonaws.com"
0 commit comments