/tf-acm

Primary LanguageHCL

AWS ACM module

Inputs

Name Description Type Default Required
domain The main domain of the environment. The api and api-internal subdomains will be registered as subdomains of this domain. string n/a yes
environment Environment of the project. Also used as a prefix in names of related resources. string n/a yes
project Project of the project. Also used as a prefix in names of related resources. string n/a yes
r53_hosted_zone_id The zone_id of the hosted zone where the DNS record for validation needs to be added string "null" no
tags A mapping of tags to assign to all resources map(string) {} no

Outputs

Name Description
certificate_arn The ARN of the certificate
certificate_arn_regional The ARN of the regional certificate
certificate_domain_validation_options Validation options for the certificate
certificate_regional_validation_options Validation options for the regional certificate