From a3b753108f33ca503f7e2b70db9944e1db929fda Mon Sep 17 00:00:00 2001
From: Kristian Klausen <kristian@klausen.dk>
Date: Sun, 31 Dec 2023 02:09:52 +0100
Subject: [PATCH] Remove accidentally added Fastly backed subdomain

It was not supposed to go in the commit and it will be added at later
date, when it is ready(ish).

Fixes: 122eb202 ("Add dedicated Fastly billing account")
---
 tf-stage1/archlinux.tf | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf
index c55fed6b3..fb5c152cb 100644
--- a/tf-stage1/archlinux.tf
+++ b/tf-stage1/archlinux.tf
@@ -457,13 +457,6 @@ resource "hetznerdns_record" "archlinux_page_archinstall_cname" {
   type    = "CNAME"
 }
 
-resource "hetznerdns_record" "pkgbuild_com_teapot_cname" {
-  zone_id = hetznerdns_zone.pkgbuild.id
-  name    = "teapot.mirror"
-  value   = "t.sni.global.fastly.net."
-  type    = "CNAME"
-}
-
 resource "hetznerdns_record" "archlinux_page_origin_ns3" {
   zone_id = hetznerdns_zone.archlinux_page.id
   name    = "@"
-- 
GitLab