fix names of tf modules still using old hetzner name

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-09-24 21:34:51 +02:00
parent 7f80f68804
commit 454abf5764
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
module "nimbus_eth1_node_hetzner" {
source = "./modules/hetzner"
source = "./modules/dummy-module"
name = "metal"
env = "nimbus"

View File

@ -1,5 +1,5 @@
module "nimbus_nodes_pyrmont_hetzner" {
source = "./modules/hetzner"
source = "./modules/dummy-module"
name = "metal"
env = "nimbus"