From 61abfb9a075fc352a8ddca7171473461dd1c0b9e Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutras.com>
Date: Sun, 28 May 2023 13:04:54 +0300
Subject: [PATCH] tf-stage1: fix archlinux.tf formatting

With rsync.sandbox being gone from archlinux_org_cname, the indentation
needs to be adjusted.
---
 tf-stage1/archlinux.tf | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf
index 7d625b30c..bf9d231cd 100644
--- a/tf-stage1/archlinux.tf
+++ b/tf-stage1/archlinux.tf
@@ -285,23 +285,23 @@ locals {
   # Example:
   # dev                      = { value = "www", ttl = 3600 }
   archlinux_org_cname = {
-    archive         = { value = "gemini" }
-    dev             = { value = "www" }
-    g2kjxsblac7x    = { value = "gv-i5y6mnrelvpfiu.dv.googlehosted.com." }
-    ipxe            = { value = "www" }
-    mailman         = { value = "redirect" }
-    packages        = { value = "www" }
-    ping            = { value = "redirect" }
-    planet          = { value = "www" }
-    registry        = { value = "gitlab" }
-    repos           = { value = "gemini" }
-    rsync           = { value = "gemini" }
-    sources         = { value = "gemini" }
-    "static.conf"   = { value = "redirect" }
-    status          = { value = "stats.uptimerobot.com." }
-    svn             = { value = "gemini" }
-    coc             = { value = "redirect" }
-    git             = { value = "redirect" }
+    archive       = { value = "gemini" }
+    dev           = { value = "www" }
+    g2kjxsblac7x  = { value = "gv-i5y6mnrelvpfiu.dv.googlehosted.com." }
+    ipxe          = { value = "www" }
+    mailman       = { value = "redirect" }
+    packages      = { value = "www" }
+    ping          = { value = "redirect" }
+    planet        = { value = "www" }
+    registry      = { value = "gitlab" }
+    repos         = { value = "gemini" }
+    rsync         = { value = "gemini" }
+    sources       = { value = "gemini" }
+    "static.conf" = { value = "redirect" }
+    status        = { value = "stats.uptimerobot.com." }
+    svn           = { value = "gemini" }
+    coc           = { value = "redirect" }
+    git           = { value = "redirect" }
 
     # MTA-STS
     mta-sts               = { value = "mail" }
-- 
GitLab