From d85437620510aea92c4218e1c581315972118b6d Mon Sep 17 00:00:00 2001 From: Jin Lee Date: Tue, 2 Jan 2024 09:40:00 -0600 Subject: [PATCH] consolidating tf scenario 1 workflows into a single cicd pipeline --- .github/workflows/scenario1.terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scenario1.terraform.yml b/.github/workflows/scenario1.terraform.yml index 03984603..10185a03 100644 --- a/.github/workflows/scenario1.terraform.yml +++ b/.github/workflows/scenario1.terraform.yml @@ -34,7 +34,7 @@ permissions: pull-requests: write env: - modulePath: 'scenarios/secure-baseline-multitenant/terraform/' + modulePath: 'scenarios/secure-baseline-multitenant/terraform' terraformVersion: 1.5.2 # must be greater than or equal to 1.2 for OIDC backendStateKey: 'scenario1.hub.tfstate' tfvarPath: 'parameters/ase-multitenant.parameters.tfvars'