项目作者: Lupus-Metallum

项目描述 :
Used to create a DNS verified ACM certificate by R53 Zone name
高级语言: HCL
项目地址: git://github.com/Lupus-Metallum/terraform-aws-acm.git
创建时间: 2021-04-19T14:29:40Z
项目社区:https://github.com/Lupus-Metallum/terraform-aws-acm

开源协议:Apache License 2.0

下载


terraform-aws-acm

Used to create a DNS verified ACM certificate by R53 Zone name

Providers

Name Version
aws n/a

Resources

Name Type
aws_acm_certificate.this resource
aws_acm_certificate_validation.this resource
aws_route53_record.this resource

Inputs

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

Outputs

Name Description
cert_arn n/a
cert_status n/a
domain_name n/a
validation_records n/a