From 39369602ceab4a87089a6e35316f70a69ade3b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 6 Jul 2023 14:41:51 +0200 Subject: [PATCH] eth1.tf: drop cancelled Hetzner server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/infra-nimbus/issues/132 Signed-off-by: Jakub SokoĊ‚owski --- eth1.tf | 19 ------------------- outputs.tf | 1 - 2 files changed, 20 deletions(-) diff --git a/eth1.tf b/eth1.tf index a3e66b3..7b60a7b 100644 --- a/eth1.tf +++ b/eth1.tf @@ -1,22 +1,3 @@ -/* Hetzner AX41-NVMe - * AMD Ryzen 5 3600 Hexa-Core - * 64 GB DDR4 RAM - * 2 x 512 GB NVMe SSD - * 1 x 2 TB NVMe SSD */ -module "nimbus_eth1_node_hetzner" { - source = "github.com/status-im/infra-tf-dummy-module" - - name = "metal" - env = "nimbus" - stage = "eth1" - group = "nimbus-eth1-metal" - region = "eu-hel1" - prefix = "he" - domain = var.domain - - ips = ["65.21.230.244"] # metal-01.he-eu-hel1.nimbus.eth1 -} - /* Innova Hosting /* MOB: ProLiant DL380p Gen8 * CPU: Intel Xeon E5-2667 v3 @ 3.20GHz diff --git a/outputs.tf b/outputs.tf index 8f4b98f..6bb3272 100644 --- a/outputs.tf +++ b/outputs.tf @@ -6,7 +6,6 @@ output "hosts" { module.nimbus_geth_goerli_metal.hosts, module.nimbus_geth_goerli_innova.hosts, module.nimbus_nodes_fluffy_innova.hosts, - module.nimbus_eth1_node_hetzner.hosts, module.nimbus_eth1_node_innova.hosts, module.nimbus_nodes_mainnet_innova.hosts, module.nimbus_nodes_mainnet_stable_small.hosts,