Used to create a DNS verified ACM certificate by R53 Zone name
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 |