From 29f8ffb278e00d67c15ef9e413baac02d3d36ec6 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 10 Jun 2024 17:34:09 +0200 Subject: [PATCH] Add armageddon host --- tf-stage-1/dns-unruhig-eu.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/tf-stage-1/dns-unruhig-eu.tf b/tf-stage-1/dns-unruhig-eu.tf index 88809cf..263250b 100644 --- a/tf-stage-1/dns-unruhig-eu.tf +++ b/tf-stage-1/dns-unruhig-eu.tf @@ -5,6 +5,7 @@ module "dns-unruhig-eu" { zone = "unruhig.eu" records = [ + { type = "A", name = "armageddon", value = "152.53.16.93" }, { type = "A", name = "infra", value = "37.221.198.143" }, { type = "AAAA", name = "infra", value = "2a03:4000:9:176::1" }, { type = "A", name = "filehost", value = "202.61.225.46" },