From 622d57087c17ed16643da566878078b8d2c6bc9a Mon Sep 17 00:00:00 2001 From: Jin Lee Date: Tue, 12 Nov 2024 09:43:08 -0600 Subject: [PATCH] fixed private endpoints for app svc slots --- .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 e0bd8004..123486a2 100644 --- a/.github/workflows/scenario1.terraform.yml +++ b/.github/workflows/scenario1.terraform.yml @@ -65,7 +65,7 @@ jobs: with: modulePath: ${{ needs.prepare-environment.outputs.modulePath }} terraformVersion: ${{ needs.prepare-environment.outputs.terraformVersion }} - backendStateKey: ${{ env.backendStateKey}} + backendStateKey: ${{ env.backendStateKey }} tfvarPath: ${{ needs.prepare-environment.outputs.tfvarPath }} # Ensure this value is a boolean destroy: ${{ github.event.inputs.destroy == 'true' }}