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"
}
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)
| Name | Type | Description | Default |
|---|---|---|---|
| records | list(string) | required | |
| private_ip | string | required | |
| domain | string | required | |
| ttl | number | 3600 |
Outputs (2)
a_recordscname_recordsResources (2)
dns_a_record_setdns_cname_record
Details
FrameworkTerraform Module
LanguageHCL
Version1.1.0
Cloud HASHICORP
Total downloads1.6k
Inputs4
Outputs2
Resources2
Namespacejd4883
Updated