mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-20 18:49:42 +00:00
12 lines
212 B
HCL
12 lines
212 B
HCL
module "nimbus_eth1_node_hetzner" {
|
|
source = "./modules/dummy-module"
|
|
|
|
name = "metal"
|
|
env = "nimbus"
|
|
stage = "eth1"
|
|
group = "nimbus-eth1-metal"
|
|
domain = var.domain
|
|
|
|
ips = ["65.21.230.244"]
|
|
}
|