From 25f62adf16d4e8166a99139bab980351de6026d8 Mon Sep 17 00:00:00 2001 From: Danny Grove Date: Fri, 19 Jan 2024 22:27:15 -0800 Subject: [PATCH] Drop old chat.distrust.co domain to allow k8s cluster to take control --- infra/main/dns.tf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/infra/main/dns.tf b/infra/main/dns.tf index 068f87e..572efba 100644 --- a/infra/main/dns.tf +++ b/infra/main/dns.tf @@ -16,13 +16,6 @@ resource "digitalocean_record" "billing" { value = "45.16.98.153" } -resource "digitalocean_record" "chat" { - domain = digitalocean_domain.default.id - type = "CNAME" - name = "chat" - value = "distrust.element.io." -} - resource "digitalocean_record" "www" { domain = digitalocean_domain.default.id type = "CNAME"