diff --git a/terraform/dns.tf b/terraform/dns.tf index 9668446..eabc8bf 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -7,23 +7,6 @@ provider "powerdns" { api_key = data.external.secrets.result.powerdns_api_key } -resource "powerdns_record" "subdomain_pim" { - for_each = toset(["dav", "git", "meet", "rss", "latex", "md", "swarm", "traefik", "syncthing", "cloud", "pihole", "ntfy", "apprise", "uptime", "concourse"]) - zone = "pim.kunis.nl." - name = "${each.key}.pim.kunis.nl." - type = "CNAME" - records = ["www.pim.kunis.nl."] - ttl = 60 -} - -resource "powerdns_record" "social_pim_kunis_nl_a" { - zone = "pim.kunis.nl." - name = "social.pim.kunis.nl." - type = "A" - records = ["84.245.14.149"] - ttl = 60 -} - resource "powerdns_record" "kms_geokunis2_nl_a" { zone = "geokunis2.nl." name = "kms.geokunis2.nl."