From f7a372e1aa75cb6ea39f421812db5d58a582e6fc Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Thu, 15 Aug 2024 09:43:11 -0700 Subject: [PATCH] Update terraform_plan.yaml --- .github/workflows/terraform_plan.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform_plan.yaml b/.github/workflows/terraform_plan.yaml index dbd6c7d..c92ee3b 100644 --- a/.github/workflows/terraform_plan.yaml +++ b/.github/workflows/terraform_plan.yaml @@ -49,11 +49,11 @@ jobs: - name: Terraform Validate id: validate - run: terraform validate + run: terraform validate -no-color - name: Terraform Plan id: plan - run: terraform plan + run: terraform plan -no-color continue-on-error: true - uses: CSVD/gh-actions-github-script@v6