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"
}
plain text: /constructs/tfmod-jd4883-internal-dns-pihole/install.txt
⭐ Source on GitHub 📦 Registry page
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)
NameTypeDescriptionDefault
cnamesmap(string){}
a_recordsmap(string){}
parent_domainstring"example.com"
Outputs (3)
a_records
cnames
domain
Resources (2)
pihole_cname_recordpihole_dns_record
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud PIHOLE
Total downloads1.1k
Inputs3
Outputs3
Resources2
Namespacejd4883
Updated