Skip to content

Commit

Permalink
Update terraform_plan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 15, 2024
1 parent 816aa4d commit f7a372e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7a372e

Please sign in to comment.