From 2c4a2c378986b348c0376f7a0a0b5e6c6f452728 Mon Sep 17 00:00:00 2001
From: Kristian Klausen <kristian@klausen.dk>
Date: Thu, 11 Aug 2022 20:21:40 +0200
Subject: [PATCH] tf-stage1: Remove not working aur4 subdomain

aur4 was apparently some kind of "new aur" hosted on luna, which is long
gone.

Fixes: 79f7d599 ("Goodbye luna")
---
 tf-stage1/archlinux.tf | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf
index 21c537ffa..ea96e10b8 100644
--- a/tf-stage1/archlinux.tf
+++ b/tf-stage1/archlinux.tf
@@ -248,10 +248,6 @@ locals {
   #   ttl          = 3600
   # }
   archlinux_org_a_aaaa = {
-    aur4 = {
-      ipv4_address = "5.9.250.164"
-      ipv6_address = "2a01:4f8:160:3033::2"
-    }
     build = {
       ipv4_address = "135.181.138.48"
       ipv6_address = "2a01:4f9:3a:120f::2"
-- 
GitLab