san-multi-zone

karankohli13/san-multi-zone/acm

Terraform Module HCL ACM
Install
module "san-multi-zone" {
source = "karankohli13/san-multi-zone/acm"
version = "1.2.0"
}
plain text: /constructs/tfmod-karankohli13-san-multi-zone-acm/install.txt
⭐ Source on GitHub 📦 Registry page
Inputs (3)
NameTypeDescriptionDefault
primary_domainobject({ domain =The domain name and hosted zone ID of the primary certificate domain name. required
subject_alternative_namesmap(string)A map of domain/hosted zone ID pairs of subject alternative names to include in {}
wait_for_validationboolWhether to wait for the validation to completetrue
Outputs (4)
certificate — The AWS ACM Certificate resource.
route53_validation_records — A list of Route53 records that were used to validate the certificate.
certificate_validation — The AWS ACM Certificate Validation resource that was created to validate the certificate.
complete — An output that is only resolved once all resources in this module have finished being created. Used
Resources (3)
aws_acm_certificateaws_acm_certificate_validationaws_route53_record
Details
FrameworkTerraform Module
LanguageHCL
Version1.2.0
Cloud ACM
Total downloads748
Inputs3
Outputs4
Resources3
Namespacekarankohli13
Updated