Used to create a DNS verified ACM certificate by R53 Zone name
Name | Version |
---|---|
aws | n/a |
Name | Type |
---|---|
aws_acm_certificate.this | resource |
aws_acm_certificate_validation.this | resource |
aws_route53_record.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
domain_name | The domain name to be used for the certificate | string |
n/a | yes |
r53_zone_id | Parent zone_id the certificate should be created for | string |
n/a | yes |
create_validation_records | Should this module auto-create the needed ACM validation records? | bool |
true |
no |
subject_alternative_names | List of SANs to include on the certificate, changing this after create forces a re-create | list(string) |
[] |
no |
tags | Map of tags to provide to created resources | map(string) |
{} |
no |
ttl | TTL to use for R53 verification records, defaults to a short time to allow quick re-create if needed | number |
60 |
no |
Name | Description |
---|---|
cert_arn | n/a |
cert_status | n/a |
domain_name | n/a |
validation_records | n/a |