Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AWS ACM certificate

This module creates an ACM certificate

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.cert resource
time_static.last_update resource

Inputs

Name Description Type Default Required
certificate_transparency_logging_preference Certificate transparency logging preference string "ENABLED" no
customer Customer for the current deployment string "" no
domain_name Domain name to be used for the certificate string n/a yes
name Name to be used on all the resources as identifier string n/a yes
subject_alternative_names Subject alternative names to be used for the certificate list(string) [] no
tags Default tags to add to resources map(any) {} no

Outputs

Name Description
arn ARN of the certificate
domain_validation_options Domain Validation Options