Skip to content

synapsestudios/terraform-aws-acm-wildcard-cloudflare-dns

Repository files navigation

AWS ACM Wildcard (Using CloudFlare DNS)

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.

Requirements

Name Version
terraform ~> 0.12.29
aws ~> 2.53

Providers

Name Version
aws.us-east-1 ~> 2.53
aws.us-west-2 ~> 2.53
cloudflare n/a

Inputs

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

Outputs

Name Description
us_east_1_acm_certificate_arn n/a
us_west_2_acm_certificate_arn n/a

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages