diff --git a/.github/workflows/ci-iac.yml b/.github/workflows/ci-iac.yml index 1d0f7616..f2003d71 100644 --- a/.github/workflows/ci-iac.yml +++ b/.github/workflows/ci-iac.yml @@ -120,7 +120,7 @@ jobs: run: tofu plan -var-file=${{ matrix.env.environment_name }}.tfvars -var 'image_tag=ci_test' -input=false -out plan -lock=false - name: Comment Terraform Plan - uses: byu-oit/github-action-tf-plan-comment@v1 + uses: byu-oit/github-action-tf-plan-comment@support-tofu with: github-token: ${{ secrets.GITHUB_TOKEN }} working-directory: terraform/app