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…
Reference in New Issue