dns-bind9

jd4883/dns-bind9/hashicorp

Terraform Module HCL HASHICORP

Bind 9 terraform module to automatically generate a records and cnames based on input data.

Install
module "dns-bind9" {
source = "jd4883/dns-bind9/hashicorp"
version = "1.1.0"
}
plain text: /constructs/tfmod-jd4883-dns-bind9-hashicorp/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-hashicorp-dns-bind9 Bind 9 terraform module to automatically generate a records and cnames based on input data. NOTE: this readme is a WIP and will be updated with useful how-to information at a later time

Inputs (4)
NameTypeDescriptionDefault
recordslist(string) required
private_ipstring required
domainstring required
ttlnumber3600
Outputs (2)
a_records
cname_records
Resources (2)
dns_a_record_setdns_cname_record
Details
FrameworkTerraform Module
LanguageHCL
Version1.1.0
Cloud HASHICORP
Total downloads1.6k
Inputs4
Outputs2
Resources2
Namespacejd4883
Updated