bind-dns-config
kalenarndt/bind-dns-config/dns
Terraform module to create forward and reverse records
Requirements | Name | Version | |------|---------| | dns | >=3.2.1 | Providers | Name | Version | |------|---------| | dns | 3.2.1 | Modules No modules. Resources | Name | Type | |------|------| | dns_a_record_set.a-record | resource | | dns_cname_record.cname-record | resource | | dns_ptr_record.ptr-record | resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | cname\_configuration | (Optional) Map containing the configuration for the CNAME entries | map(object({ domain = string name = string cname = string ttl = number })) | null | no | | create\_cnames | (Optional) Map containing the configuration for the CNAME entries | bool | false | no | | dns\_configuration | (Required) Map containing the configuration for your DNS
| Name | Type | Description | Default |
|---|---|---|---|
| dns_configuration | map(object({ domain = stri | (Required) Map containing the configuration for your DNS entries | required |
| cname_configuration | map(object({ domain = stri | (Optional) Map containing the configuration for the CNAME entries | required |
| create_cnames | bool | (Optional) Map containing the configuration for the CNAME entries | false |