Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AWS ACM certificate validation

This module creates an ACM certificate validation

Requirements

Name Version
terraform ~> 1.3
aws >= 4.67.0, < 5.0.0
time ~> 0.9.1

Providers

Name Version
aws >= 4.67.0, < 5.0.0
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
aws_acm_certificate_validation.validation resource
time_static.last_update resource

Inputs

Name Description Type Default Required
certificate_arn Certificate ARN to be used for the distribution string n/a yes
customer Customer for the current deployment string "" no
name Name to be used on all the resources as identifier string n/a yes
tags Default tags to add to resources map(any) {} no
timeout_create Timeout for the creation of the validation record string "30m" no
validation_record_fqdns Validation record FQDNs to be used for the distribution list(string) n/a yes

Outputs

Name Description
certificate_arn The ARN of the validated certificate