From f3faeae52aae8a3ab9cd0aee2c2a2ef9c904e483 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 23 Feb 2024 16:41:04 +0700 Subject: feat(ops/glesys): add bolt.tvix.dev Make tvixbolt.tvl.su just serve a redirect to the new domain, and fold everything into the tvix.dev.nix module. Change-Id: I3a9ccf37d2ceee8886208d6f662e7598ce395b1a Reviewed-on: https://cl.tvl.fyi/c/depot/+/11015 Reviewed-by: lukegb Reviewed-by: tazjin Autosubmit: flokli Tested-by: BuildkiteCI --- ops/glesys/dns-tvl-su.tf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'ops/glesys/dns-tvl-su.tf') diff --git a/ops/glesys/dns-tvl-su.tf b/ops/glesys/dns-tvl-su.tf index 0f397193d7ae..f2286cf1cf5d 100644 --- a/ops/glesys/dns-tvl-su.tf +++ b/ops/glesys/dns-tvl-su.tf @@ -76,15 +76,12 @@ resource "glesys_dnsdomain_record" "tvl_su_whitby_services" { for_each = toset(local.whitby_services) } -# Explicit records for corp-only services running on whitby. -resource "glesys_dnsdomain_record" "tvl_su_corp_whitby_services" { +# historical tvixbolt.tvl.su record, redirects to bolt.tvix.dev +resource "glesys_dnsdomain_record" "tvix_su_tvixbolt_CNAME" { domain = glesys_dnsdomain.tvl_su.id + host = "tvixbolt" type = "CNAME" data = "whitby.tvl.su." - host = each.key - for_each = toset([ - "tvixbolt", - ]) } resource "glesys_dnsdomain_record" "tvl_su_inbox_CNAME" { -- cgit 1.4.1