bsmsapp/terraform/modules/acm
Santiago Lo Coco 51062b4255 Run pre-commit
Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar>
2022-12-13 09:57:18 -03:00
..
README.md Run pre-commit 2022-12-13 09:57:18 -03:00
main.tf Add r53, cognito, sns and ses 2022-11-30 11:17:07 -03:00
outputs.tf Add r53, cognito, sns and ses 2022-11-30 11:17:07 -03:00
variables.tf Update architecture.png 2022-12-11 15:19:28 -03:00
versions.tf Remove backup and ses 2022-11-30 19:33:42 -03:00

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.