mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-10 05:45:51 +00:00
Jakub Sokołowski
345ceb8050
https://github.com/status-im/infra-nimbus/issues/70 Signed-off-by: Jakub Sokołowski <jakub@status.im>
12 lines
207 B
HCL
12 lines
207 B
HCL
module "nimbus_eth1_node_hetzner" {
|
|
source = "./modules/hetzner"
|
|
|
|
name = "metal"
|
|
env = "nimbus"
|
|
stage = "eth1"
|
|
group = "nimbus-eth1-metal"
|
|
domain = var.domain
|
|
|
|
ips = ["65.21.230.244"]
|
|
}
|