mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-12 06:44:11 +00:00
12 lines
207 B
Terraform
12 lines
207 B
Terraform
|
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"]
|
||
|
}
|