infra-nimbus/eth1.tf
Jakub Sokołowski 9b365b02a7
add new windows-01.he-eu-hel1.nimbus.prater host
To replace `windows-01.gc-us-central1-a.nimbus.prater` which is running
out of disk space, and is also far too expensive.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-02-25 15:02:27 +01:00

19 lines
365 B
HCL

/* 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 = "./modules/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"]
}