internal-dns
jd4883/internal-dns/pihole
Terraform Module
HCL
PIHOLE
Internal DNS Automation Tooling with Pihole terraform provider; feed in a map of a-records to make and cnames; I also included the parent domain but this does not yet functionally contribute towards the project; additionally, outputs could be tuned to be more minimal but still as useful
Install
module "internal-dns" {
source = "jd4883/internal-dns/pihole"
version = "0.1.0"
}
README
-terraform-pihole-internal-dns Internal DNS Automation Tooling with Pihole terraform provider; feed in a map of a-records to make and cnames; I also included the parent domain but this does not yet functionally contribute towards the project; additionally, outputs could be tuned to be more minimal but still as useful
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| cnames | map(string) | {} | |
| a_records | map(string) | {} | |
| parent_domain | string | "example.com" |
Outputs (3)
a_recordscnamesdomainResources (2)
pihole_cname_recordpihole_dns_record
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud PIHOLE
Total downloads1.1k
Inputs3
Outputs3
Resources2
Namespacejd4883
Updated