fluffy.tf: drop cencelled Hetzner servers

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:22 +02:00
parent 3773305151
commit 0fd8878403
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 0 additions and 22 deletions

View File

@ -1,24 +1,3 @@
/* Hetzner AX41-NVMe
* AMD Ryzen 5 3600 Hexa-Core
* 64 GB DDR4 RAM
* 2 x 512 GB NVMe SSD */
module "nimbus_nodes_fluffy_hetzner" {
source = "github.com/status-im/infra-tf-dummy-module"
name = "metal"
env = "nimbus"
stage = "fluffy"
group = "nimbus-fluffy-metal"
region = "eu-hel1"
prefix = "he"
domain = var.domain
ips = [
"65.108.42.3", # metal-01.he-eu-hel1.nimbus.fluffy
"65.108.42.174", # metal-02.he-eu-hel1.nimbus.fluffy
]
}
/* Innova Hosting
/* MOB: ProLiant DL380p Gen8
* CPU: Intel Xeon E5-2667 v3 @ 3.20GHz

View File

@ -5,7 +5,6 @@ output "hosts" {
module.nimbus_geth_mainnet.hosts,
module.nimbus_geth_goerli_metal.hosts,
module.nimbus_geth_goerli_innova.hosts,
module.nimbus_nodes_fluffy_hetzner.hosts,
module.nimbus_nodes_fluffy_innova.hosts,
module.nimbus_eth1_node_hetzner.hosts,
module.nimbus_eth1_node_innova.hosts,