From 5bb39c4491392f9fb06d490af2c73d49439c29a1 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 22 Jul 2023 12:31:45 +0200 Subject: [PATCH] remove unused dns records --- terraform/dns.tf | 17 ----------------- 1 file changed, 17 deletions(-) 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."