Lupus-Metallum / terraform-aws-acm

Used to create a DNS verified ACM certificate by R53 Zone name

Home Page:https://registry.terraform.io/modules/Lupus-Metallum/acm/aws/latest

Repository from Github https://github.comLupus-Metallum/terraform-aws-acmRepository from Github https://github.comLupus-Metallum/terraform-aws-acm

terraform-aws-acm

Used to create a DNS verified ACM certificate by R53 Zone name

Providers

Name Version
aws n/a

Resources

Name Type
aws_acm_certificate.this resource
aws_acm_certificate_validation.this resource
aws_route53_record.this resource

Inputs

Name Description Type Default Required
domain_name The domain name to be used for the certificate string n/a yes
r53_zone_id Parent zone_id the certificate should be created for string n/a yes
create_validation_records Should this module auto-create the needed ACM validation records? bool true no
subject_alternative_names List of SANs to include on the certificate, changing this after create forces a re-create list(string) [] no
tags Map of tags to provide to created resources map(string) {} no
ttl TTL to use for R53 verification records, defaults to a short time to allow quick re-create if needed number 60 no

Outputs

Name Description
cert_arn n/a
cert_status n/a
domain_name n/a
validation_records n/a

About

Used to create a DNS verified ACM certificate by R53 Zone name

https://registry.terraform.io/modules/Lupus-Metallum/acm/aws/latest

License:Apache License 2.0


Languages

Language:HCL 100.0%