mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-19 09:06:43 +00:00
fix names of tf modules still using old hetzner name
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7f80f68804
commit
454abf5764
2
eth1.tf
2
eth1.tf
@ -1,5 +1,5 @@
|
||||
module "nimbus_eth1_node_hetzner" {
|
||||
source = "./modules/hetzner"
|
||||
source = "./modules/dummy-module"
|
||||
|
||||
name = "metal"
|
||||
env = "nimbus"
|
||||
|
@ -1,5 +1,5 @@
|
||||
module "nimbus_nodes_pyrmont_hetzner" {
|
||||
source = "./modules/hetzner"
|
||||
source = "./modules/dummy-module"
|
||||
|
||||
name = "metal"
|
||||
env = "nimbus"
|
||||
|
Loading…
x
Reference in New Issue
Block a user