Skip to content

Commit 168cb94

Browse files
committed
fix: clarify readme
1 parent 0ec4af2 commit 168cb94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The terraform code is loosely based on [this EKS managed Node Group TF example](
4242

4343
1. export your AWS credentials (`export AWS_PROFILE=awsuser`)
4444
2. check whether you have the right profile by doing `aws sts get-caller-identity`. Make sure you have the right account and have the rights to do this.
45-
3. Ensure you have set all the right variables in `terraform.tfvars`. If you want to use a custom domain with TLS, also fill out your domain name(s) and Route53 hosted zone here. Delegate (sub)domains to Route53 nameservers if you're not hosting your domain with Route53: [using the AWS docs](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/CreatingNewSubdomain.html)
45+
3. Ensure you have set all the right variables in `terraform.tfvars`. **Optional:** If you want to use a custom domain with TLS, also fill out your domain name(s) and Route53 hosted zone here. Delegate (sub)domains to Route53 nameservers if you're not hosting your domain with Route53: [using the AWS docs](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/CreatingNewSubdomain.html)
4646
4. Do `terraform init` (if required, use tfenv to select TF 0.14.0 or higher )
4747
5. The bucket ARN will be asked in the next 2 steps. Take the one provided to you in the output earlier (e.g., `arn:aws:s3:::terraform-20230102231352749300000001`).
4848
6. Do `terraform plan`

aws/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
region = "eu-west-1"
22
# state_bucket_arn = "..."
33

4-
## Use this section for a custom domain with TLS
4+
## Optional: use this section for a custom domain with TLS. If you leave it blank, you'll just get the default ALB urls
55
# hosted_zone_id = "..."
66
# balancer_domain_name = "..."
77
# ctfd_domain_name = "..."

0 commit comments

Comments
 (0)