From ec5744f207ae8ce33977e41a4f236c85346998e1 Mon Sep 17 00:00:00 2001 From: Gary Crye Date: Tue, 25 Jun 2024 11:35:03 -0600 Subject: [PATCH] Test CI using `byu-oit/github-action-tf-plan-comment@support-tofu` --- .github/workflows/ci-iac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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