acm-certificate

dflook/acm-certificate/aws

Terraform Module HCL AWS

Terraform module for ACM DNS validated certificates

Install
module "acm-certificate" {
source = "dflook/acm-certificate/aws"
version = "1.0.0"
}
plain text: /constructs/tfmod-dflook-acm-certificate-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

dflook/acm-certificate/aws Terraform Module This module creates an ACM issued DNS validated certificate. It supports automatically creating the required validation records where the zone is hosted by Route53. The validation submodule can be used with this resource to create the validation records in a Route53 Hosted Zone in another AWS account. This module can also be used to create certificates that include names that can't have their validation records automatically created. Input variables names - Type: map(string) - Required The names to include in the issued certificate, and their Route53 hosted zones to create the validation records. The input is a map where the keys are the names to include in the certificate. The value for each key is the Hosted Zone id to create the validation rec

Inputs (4)
NameTypeDescriptionDefault
namesmap(string)A map of names to add to the certificate. Keys are Fully Qualified Domain Names, required
common_namestringThe name to use as the Common Name (CN) of the certificate. If not specified, on""
wait_for_validationboolIf the certificate should be validated and issued before the `arn` output is avatrue
tagsmap(string){}
Outputs (3)
arn — The ARN of the certificate. By default this is available once the certificate is issued and ready to
common_name — The CN of the certificate.
certificate — The underlying aws_acm_certificate resource.
Resources (3)
aws_acm_certificateaws_acm_certificate_validationaws_route53_record
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud AWS
★ Stars3
Forks0
Total downloads4.7k
Inputs4
Outputs3
Resources3
Examples4
Submodules1
LicenseMIT
Namespacedflook
Updated