updated the README

This commit is contained in:
Amanda Crawley
2021-12-02 16:35:51 -04:00
parent 715bc4f670
commit 44e70f700f

View File

@@ -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: