From 3ff2b09203cdab0f78e4980ba343190a32ab7443 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Wed, 9 Oct 2024 15:50:50 -0700 Subject: [PATCH] Update terraform_plan.yaml --- .github/workflows/terraform_plan.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index 216c9ac..fb864b0 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -27,6 +27,11 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: + - uses: CSVD/gh-actions-checkout@v4 + id: checkout + with: + persist-credentials: false + - name: AWS Auth id: aws_auth uses: CSVD/aws-auth@main @@ -42,6 +47,7 @@ jobs: uses: CSVD/terraform-init@main id: terraform_init with: + commit_sha: ${{ steps.checkout.outputs.commit }} terraform_version: "1.9.1" workspace: ${{ vars.terraform_workspace }} setup_terraform: true