From bc98d4d547239d207c09d64132b193478a85e020 Mon Sep 17 00:00:00 2001 From: DaMandal0rian Date: Tue, 9 Apr 2024 08:42:38 +0300 Subject: [PATCH] change scripts path for testing module --- testing-framework/hetzner/network/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing-framework/hetzner/network/main.tf b/testing-framework/hetzner/network/main.tf index d0ab131f..1d36e7d7 100644 --- a/testing-framework/hetzner/network/main.tf +++ b/testing-framework/hetzner/network/main.tf @@ -1,6 +1,6 @@ module "network" { source = "../../../templates/terraform/hetzner" - path_to_scripts = "../../../templates/scripts" + path_to_scripts = "./scripts" network_name = var.network_name bootstrap-node-config = {