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