eth1.tf: drop cancelled Hetzner server

https://github.com/status-im/infra-nimbus/issues/132

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-07-06 14:41:51 +02:00
parent 0fd8878403
commit 39369602ce
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 0 additions and 20 deletions

19
eth1.tf
View File

@ -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 /* Innova Hosting
/* MOB: ProLiant DL380p Gen8 /* MOB: ProLiant DL380p Gen8
* CPU: Intel Xeon E5-2667 v3 @ 3.20GHz * CPU: Intel Xeon E5-2667 v3 @ 3.20GHz

View File

@ -6,7 +6,6 @@ output "hosts" {
module.nimbus_geth_goerli_metal.hosts, module.nimbus_geth_goerli_metal.hosts,
module.nimbus_geth_goerli_innova.hosts, module.nimbus_geth_goerli_innova.hosts,
module.nimbus_nodes_fluffy_innova.hosts, module.nimbus_nodes_fluffy_innova.hosts,
module.nimbus_eth1_node_hetzner.hosts,
module.nimbus_eth1_node_innova.hosts, module.nimbus_eth1_node_innova.hosts,
module.nimbus_nodes_mainnet_innova.hosts, module.nimbus_nodes_mainnet_innova.hosts,
module.nimbus_nodes_mainnet_stable_small.hosts, module.nimbus_nodes_mainnet_stable_small.hosts,