route53-record

clouddrove/route53-record/aws

Terraform Module HCL AWS

Terraform module to create Route53 table record set resource on AWS.

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

Terraform AWS Route53 Record Terraform module to create Route53 table record set resource on AWS. We eat, drink, sleep and most importantly love DevOps. We are working towards strategies for standardizing architecture while ensuring security for the infrastructure. We are strong believer of the philosophy Bigger problems are always solved by breaking them into smaller manageable problems . Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller connected yet manageable pieces within the infrastructure. This module is basically combination of Terraform open source and includes automatation tests and examples. It also helps to create and improve your infrastructure with minimalistic code instead of maintaining the whole infrastr

Inputs (11)
NameTypeDescriptionDefault
multivalue_answer_routing_policystringSet to true to indicate a multivalue answer routing policy. Conflicts with any o required
set_identifierstringUnique identifier to differentiate records with routing policies from one anothe required
zone_idstringZone ID. required
allow_overwriteboolAllow creation of this record in Terraform to overwrite an existing record, if afalse
namestringThe name of the record.""
valuesstring(Required for non-alias records) A string list of records. To specify a single r""
health_check_idstringThe health check the record should be associated with.""
aliasmap(any)An alias block. Conflicts with ttl & records. Alias record documented below.{}
record_enabledboolWhether to create Route53 record set.true
typestringThe record type. Valid values are A, AAAA, CAA, CNAME, MX, NAPTR, NS, PTR, SOA, ""
ttlstring(Required for non-alias records) The TTL of the record.""
Resources (1)
aws_route53_record
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud AWS
★ Stars9
Forks8
Total downloads74.4k
Inputs11
Resources1
LicenseApache-2.0
Namespaceclouddrove
Updated