/terraform-aws-acm-cloudflare

Create ACM certificate with DNS validation and validate using Cloudflare Hosted Zone

Primary LanguageHCLApache License 2.0Apache-2.0

Providers

Name Version
aws ~> 2.0
cloudflare ~> 2.0

Inputs

Name Description Type Default Required
cf_api_key The Cloudflare API key. This can also be specified with the CLOUDFLARE_API_KEY shell environment variable. any n/a yes
cf_email The email associated with the account. This can also be specified with the CLOUDFLARE_EMAIL shell environment variable. any n/a yes
domain_name Primary certificate domain name string n/a yes
region Aws region to ACM certificate string "us-east-1" no
tags Extra tags to attach to the ACM certificate map(string) {} no
validation_record_ttl Cloudflare time-to-live for validation records number 60 no

Outputs

Name Description
arn Arn of generated certificate to be used on Cloudfronts,ALBs,etc...