AWS Certificate Manager (ACM) Terraform module
Upstream version 6.3.0
0 controls from Registry requirements
Terraform Module Source
registry.compliance.tf/terraform-aws-modules/acm/aws| Name | Type | Description | Sensitive |
|---|---|---|---|
| acm_certificate_arn | — | The ARN of the certificate | — |
| acm_certificate_domain_validation_options | — | A list of attributes to feed into other resources to complete certificate validation. Can have more than one element, e.g. if SANs are defined. Only set if DNS-validation was used. | — |
| acm_certificate_status | — | Status of the certificate. | — |
| acm_certificate_validation_emails | — | A list of addresses that received a validation E-Mail. Only set if EMAIL-validation was used. | — |
| distinct_domain_names | — | List of distinct domains names used for the validation. | — |
| validation_domains | — | List of distinct domain validation options. This is useful if subject alternative names contain wildcards. | — |
| validation_route53_record_fqdns | — | List of FQDNs built using the zone domain and name. | — |