Traveloka Terraform Aws Acm Certificate Save Abandoned

Terraform module to create AWS Certificate.

Project README

terraform-aws-acm-certificate

Terraform Version Release Last Commit Issues Pull Requests License Open Source Love

Description

Terraform module to create TLS/SSL certificate in Amazon Certificate Manager (ACM) using DNS validation by creating required Route53 validation record in the given Route53 hosted zone.

Table of Content

Prerequisites

In order to provision this module, it is require some information from an existing resources as input parameter, those resources are:

  • Route53 Zone, input variable that require the information from this resource are, hosted_zone_name

Dependencies

Doesn't have any dependencies to any other Terraform module

Terraform Versions

Created and tested using Terraform version 0.11.14 The latest stable version of Terraform which this module tested working is Terraform 0.13.7 on 2021/09/29

Requirements

Name Version
terraform >= 0.13

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_acm_certificate.this resource
aws_acm_certificate_validation.dns_validation resource
aws_route53_record.this resource
aws_route53_zone.zone data source

Inputs

Name Description Type Default Required
certificate_name Name of the ACM certificate. string n/a yes
description Free form description of this ACM certificate. string n/a yes
domain_name Domain name the certificate is issued for. string n/a yes
environment Environment this ACM certificate belongs to. string n/a yes
hosted_zone_name Need for DNS validation, hosted zone name where record validation will be stored. string n/a yes
product_domain Abbreviation of the product domain this ACM certificate belongs to. string n/a yes

Outputs

Name Description
acm_certificate_arn arn of acm certificate
acm_certificate_dns_validation_record record which is used to validate acm certificate

Contributing

This module accepting or open for any contributions from anyone, please see the CONTRIBUTING.md for more detail about how to contribute to this module.

License

This module is under Apache License 2.0 - see the LICENSE file for details.

Open Source Agenda is not affiliated with "Traveloka Terraform Aws Acm Certificate" Project. README Source: traveloka/terraform-aws-acm-certificate
Stars
29
Open Issues
2
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating