From 44e70f700f6bc3c26fed49824edc64167d393ade Mon Sep 17 00:00:00 2001 From: Amanda Crawley Date: Thu, 2 Dec 2021 16:35:51 -0400 Subject: [PATCH] updated the README --- aws-ecsfargate-terraform/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aws-ecsfargate-terraform/README.md b/aws-ecsfargate-terraform/README.md index bf6c943..224563b 100644 --- a/aws-ecsfargate-terraform/README.md +++ b/aws-ecsfargate-terraform/README.md @@ -67,7 +67,7 @@ Otherwise, if you _are_ using Certificate Manager, you can skip this step. domain_name = "scim-bridge.yourcompany.com" ``` -### (Optional) Route53 +### Route53 If you use Route53, save the Route53 zone ID in the `terraform.tfvars`: @@ -75,6 +75,8 @@ If you use Route53, save the Route53 zone ID in the `terraform.tfvars`: dns_zone_id = "EXAMPLE123" ``` +If you are not using Route53, you will need to comment out or remove the last section of the terraform.tf file that creates the route53 entry (below the comment) and remove `certificate_arn = aws_acm_certificate_validation.scim_bridge_cert_validate.certificate_arn` and replace it with `certificate_arn = aws_acm_certificate.scim_bridge_cert.arn`. + ## Deploy Run the following commands to create the necessary configuration settings: