We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f03b19 commit b474dacCopy full SHA for b474dac
Makefile
@@ -42,8 +42,8 @@ init: clean .terraform/terraform.tfstate
42
plan: init .terraform/plan
43
44
.terraform/plan:
45
- @${TERRAFORM} plan -compact-warnings -out tfplan.bin
46
- @${TERRAFORM} show tfplan.bin | tee plan-output.txt
+ @${TERRAFORM} plan -compact-warnings -no-color -out tfplan.bin
+ @${TERRAFORM} show -no-color tfplan.bin | tee plan-output.txt
47
@rm -f tfplan.bin
48
49
apply: init .terraform/apply
0 commit comments