Skip to content

Commit

Permalink
Fix no-color
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcorr authored Oct 7, 2021
1 parent 8359683 commit dfcd0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Generates an execution plan for Terraform
# An exit code of 2 indicates there were changes detected and will throw an error. Just continue for now, we'll check next step
- name: Terraform Plan
run: terraform plan -detailed-exitcode -nocolor -out tfplan || exit 0
run: terraform plan -detailed-exitcode -no-color -out tfplan || exit 0
id: tf-plan

# consider publishing error to PR
Expand Down

0 comments on commit dfcd0c3

Please sign in to comment.