userhas404d / terraform-aws-tardigrade-acm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-aws-tardigrade-acm

A Terraform module to create DNS-validated certificates using ACM

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
certificate_transparency_logging_preference Value to apply to the certificate transparency logging preference for the ACM certificate string "ENABLED" no
create_acm_certificate Toggle to enable/disable the ACM certificate creation bool true no
domain_name Domain name to use for the ACM certificate string "" no
subject_alternative_names Subject alternative names to associate with the ACM certificate list(string) [] no
tags Map of tags to apply to all resources that support tags map(string) {} no
ttl Time-to-live for the DNS validation records number 300 no
zone_id Route53 zone ID in which to create the DNS validation records string "" no

Outputs

Name Description
acm_certificate The ACM certificate object
acm_certificate_validation The ACM certificate validation object
route53_validation_records Map of Route53 validation record objects, one per unique domain name and SAN

About

License:Apache License 2.0


Languages

Language:HCL 76.1%Language:Go 20.4%Language:Makefile 2.5%Language:Dockerfile 1.0%