This module generates AWS ACM SSL Certificates for a given CloudFlare DNS Zone in regions us-west-2 & us-east-1.
It should be noted that this module uses an anti-pattern as it includes providers for AWS in two regions. Removing these resources if needed is currently a manual process. Once resources are removed you should also manually remove them from your terraform state.
Name | Version |
---|---|
terraform | ~> 0.12.29 |
aws | ~> 2.53 |
Name | Version |
---|---|
aws.us-east-1 | ~> 2.53 |
aws.us-west-2 | ~> 2.53 |
cloudflare | n/a |
Name | Description | Type | Default | Required |
---|---|---|---|---|
aws_assume_role_arn | ARN of the AWS role to assume when running this deployment. | string |
n/a | yes |
dns_zone | Name of the DNS zone to use with this deployment. | string |
n/a | yes |
root_zone_id | CloudFlare Zone ID | string |
n/a | yes |
root_zone_name | CloudFlare Zone ID | string |
n/a | yes |
Name | Description |
---|---|
us_east_1_acm_certificate_arn | n/a |
us_west_2_acm_certificate_arn | n/a |