route53

foss-cafe/route53/aws

Terraform Module HCL AWS

Terraform module for AWS Route 53

Install
module "route53" {
source = "foss-cafe/route53/aws"
version = "1.1.0"
}
plain text: /constructs/tfmod-foss-cafe-route53-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform module for AWS Route53 To know how to use please refer to examples folder Requirements | Name | Version | |------|---------| | terraform | >= 0.12.7, = 2.68, License Apache 2 Licensed. See LICENSE for full details.

Inputs (10)
NameTypeDescriptionDefault
delegation_set_idstring(Optional) The ID of the reusable delegation set whose NS records you want to as required
zone_idstring(Optional) The ID of the hosted zone to contain this record. required
commentstring(Optional) A comment for the hosted zone. Defaults to 'Managed by Terraform'. required
create_zone_recordsbool(Optional) Do you want to create Route 53 records false
recordsany(Optional) List of Records{}
create_zonebool(Optional) Do you want to create Hosted Zonetrue
force_destroybool(Optional) Whether to destroy all records (possibly managed outside of Terraformfalse
vpclist(string)(Optional) Configuration block(s) specifying VPC(s) to associate with a private []
namestring(Required) This is the name of the hosted zone""
tagsmap(string)A mapping of tags to assign to the zone.{}
Outputs (4)
fqdns — FQDN built using the zone domain and name.
zone_id — The Hosted Zone ID. This can be referenced by zone records.
name_servers — A list of name servers in associated (or default) delegation set. Find more about delegation sets in
names — The names of the record.
Details
FrameworkTerraform Module
LanguageHCL
Version1.1.0
Cloud AWS
★ Stars3
Forks0
Total downloads6.3k
Inputs10
Outputs4
Examples3
Submodules2
LicenseNOASSERTION
Namespacefoss-cafe
Updated