From f63ad0dd7a8dd1acca96dd7ea0fa73a80484e963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 6 Jul 2023 15:00:07 +0200 Subject: [PATCH] geth.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 --- geth.tf | 18 ------------------ outputs.tf | 1 - 2 files changed, 19 deletions(-) diff --git a/geth.tf b/geth.tf index aa0b77b..4376e0f 100644 --- a/geth.tf +++ b/geth.tf @@ -25,24 +25,6 @@ module "nimbus_geth_mainnet" { keypair_name = aws_key_pair.jakubgs.key_name } -module "nimbus_geth_goerli_metal" { - source = "github.com/status-im/infra-tf-dummy-module" - - name = "goerli" - env = "nimbus" - stage = "geth" - group = "nimbus-geth-goerli" - region = "eu-hel1" - prefix = "he" - domain = var.domain - - ips = [ - "65.21.73.183", # goerli-01.he-eu-hel1.nimbus.geth - "65.21.196.48", # goerli-02.he-eu-hel1.nimbus.geth - "65.21.196.47", # goerli-03.he-eu-hel1.nimbus.geth - ] -} - module "nimbus_geth_goerli_innova" { source = "github.com/status-im/infra-tf-dummy-module" diff --git a/outputs.tf b/outputs.tf index 6bb3272..c719aac 100644 --- a/outputs.tf +++ b/outputs.tf @@ -3,7 +3,6 @@ output "hosts" { module.nimbus_dashboard.hosts, module.nimbus_log_store.hosts, module.nimbus_geth_mainnet.hosts, - module.nimbus_geth_goerli_metal.hosts, module.nimbus_geth_goerli_innova.hosts, module.nimbus_nodes_fluffy_innova.hosts, module.nimbus_eth1_node_innova.hosts,