Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar> |
||
---|---|---|
.. | ||
README.md | ||
main.tf | ||
outputs.tf | ||
variables.tf | ||
versions.tf |
README.md
Requirements
Name | Version |
---|---|
terraform | >= 1.3.1 |
aws | >= 4.10.0 |
Providers
Name | Version |
---|---|
aws | 4.43.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
aws_acm_certificate.this | resource |
aws_acm_certificate_validation.this | resource |
aws_route53_record.this | resource |
aws_route53_zone.this | data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
dns_ttl | The TTL of DNS recursive resolvers to cache information about this record. | number |
60 |
no |
domain_name | A domain name for which the certificate should be issued | string |
n/a | yes |
subject_alternative_names | A list of domains that should be SANs in the issued certificate | list(string) |
[] |
no |
tags | A mapping of tags to assign to the resource | map(string) |
{} |
no |
validation_allow_overwrite_records | Whether to allow overwrite of Route53 records | bool |
true |
no |
validation_method | Which method to use for validation. DNS or EMAIL are valid, NONE can be used for certificates that were imported into ACM and then into Terraform. | string |
"DNS" |
no |
validation_timeout | Define maximum timeout to wait for the validation to complete | string |
null |
no |
Outputs
Name | Description |
---|---|
certificate_arn | The ARN of the certificate. |