Skip to content

hisapy/terraform-aws-acm-route53-cert

Repository files navigation

Terraform AWS ACM Route53 Cert

Use this module to provision a DNS (Route53) validated ACM certificate for a given domain and subdomains.

Check the .tool-versions file to see the tools and the versions used in this project.

NOTICE: The Terraform documentation in this README is added by terraform-docs running as a pre-commit hook, see the .pre-commit-config.yaml file.

Requirements

Name Version
terraform 1.13.3
aws ~> 6.15

Providers

Name Version
aws ~> 6.15

Resources

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

Inputs

Name Description Type Default Required
root_domain Root domain name e.g., example.com string n/a yes
route53_zone_id ID of the Route53 zone where the root domain is hosted string n/a yes
subdomains Subject Alternative Names (SANs) for the ACM certificate list(string) [] no

Outputs

Name Description
acm_cert_arn ARN of the ACM certificate created by this module
names Registered domain and subdomain names

About

AWS ACM Certificate with domains validated by Route53 DNS records

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages