Skip to content

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

License

Notifications You must be signed in to change notification settings

rafilkmp3/terraform-aws-acm-cloudflare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 100.0%