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"
}
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| primary_domain | object({ domain = | The domain name and hosted zone ID of the primary certificate domain name. | required |
| subject_alternative_names | map(string) | A map of domain/hosted zone ID pairs of subject alternative names to include in | {} |
| wait_for_validation | bool | Whether to wait for the validation to complete | true |
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