infra-nimbus/eth1.tf
Jakub Sokołowski 454abf5764
fix names of tf modules still using old hetzner name
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-24 21:34:51 +02:00

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"]
}