Skip to content

pingbui/terraform-aws-private-route53-zone

 
 

terraform-aws-private-route53-zone

Release Last Commit Open Source Love

Description

Terraform module to create a private 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:

  • AWS VPC, input variable that require the information from this resource are, main_vpc, and secondary_vpcs

Dependencies

Doesn't have any dependencies to any other Terraform module

Terraform Versions

Created and tested using Terraform version 0.11.14

Terraform Providers

Name Version
aws ~> 2.49

Getting Started

Inputs

Name Description Type Default Required
environment Environment this Route 53 zone belongs to string n/a yes
force_destroy Whether to destroy all records inside if the hosted zone is deleted string false no
main_vpc Main VPC ID that will be associated with this hosted zone string n/a yes
name Name of the hosted zone string n/a yes
product_domain Abbreviation of the product domain this Route 53 zone belongs to string n/a yes
secondary_vpcs List of VPCs that will also be associated with this zone list [] no

Outputs

Name Description
zone_id The hosted zone id

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 100.0%