AWS Certificate manager Terraform
Please see at examples/complete
Name | Version |
---|---|
terraform | >= 1.0.0 |
aws | >= 4.0.0 |
Name | Version |
---|---|
aws | 4.7.0 |
No modules.
Name | Type |
---|---|
aws_acm_certificate.this | resource |
aws_acm_certificate_validation.this | resource |
aws_route53_record.this | resource |
aws_route53_zone.selected_zone | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
acms_domain_name | Domain name for request certificate. | map(any) |
{} |
no |
is_automatic_verify_acms | Whether to automatically verify all acm domain on route53. | bool |
true |
no |
route53_zone_name | Hosted zone name matches with domain name certificate. | string |
n/a | yes |
tags | Tag for a resource that create by this component | map(string) |
{} |
no |
Name | Description |
---|---|
certificate_arns | Certificate ARNs |