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