Skip to content

DNXLabs/terraform-aws-acm-certificate

Repository files navigation

terraform-aws-acm-certificate

Lint Status LICENSE

Usage

module "acm_certificate" {
  source = "git::https://github.com/DNXLabs/terraform-aws-acm-certificate?ref=0.2.2"

  domain_names             = ["example.com", "*.example.com"]
  validation_method        = "DNS"
  create_validation_record = false
}

Requirements

Name Version
terraform >= 0.13.0
aws >= 2.7.0

Providers

Name Version
aws >= 2.7.0

Inputs

Name Description Type Default Required
domain_names Domain names for this certificate - the first is the main domain and others are subject alternative names any n/a yes
hosted_zone_id Route53 hosted zone to create validation records. For use when validation_method is DNS. Leave it blank to validate manually. string "" no
validation_method DNS, EMAIL or NONE string "DNS" no

Outputs

Name Description
arn n/a
dns_validation_records n/a
id n/a

Authors

Module managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.

About

This terraform module creates ACM certificates with automatic DNS validation

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages