From c9070af868e54ad3364db3ea72cc555499b99a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Czoma?= Date: Tue, 19 Mar 2024 10:39:05 -0400 Subject: [PATCH] Test updates --- ci/module-test/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/module-test/main.tf b/ci/module-test/main.tf index e04138f..a4dda98 100644 --- a/ci/module-test/main.tf +++ b/ci/module-test/main.tf @@ -83,7 +83,8 @@ output "client_username_attributes" { } module "testauthorizationgroup" { - source = "../../internal/gen-template" + source = "../.." + # version = "" msg_vpn_name = "default" client_identifier_name = "myauthorizationgroup"