From 17024ba2876c22bc05b0a49dd000614eb360653c Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutrelis.com>
Date: Tue, 19 Apr 2022 11:44:12 +0300
Subject: [PATCH] Remove gitlab volume

/srv/gitlab has been moved to local (NVMe SSD) storage; hopefully it
won't grow too large and thus require transferring back to a volume.
---
 tf-stage1/archlinux.tf | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf
index 2ed9a234e..430b1fc2e 100644
--- a/tf-stage1/archlinux.tf
+++ b/tf-stage1/archlinux.tf
@@ -505,12 +505,6 @@ variable "gitlab_pages_ipv6" {
   default = "2a01:4f8:c2c:5d2d::2"
 }
 
-resource "hcloud_volume" "gitlab" {
-  name      = "gitlab"
-  size      = 200
-  server_id = hcloud_server.machine["gitlab.archlinux.org"].id
-}
-
 resource "hcloud_volume" "mirror" {
   name      = "mirror"
   size      = 100
-- 
GitLab