Less verbose and more shell-friendly Terraform
The original Terraform is abusively oververbosed. The tf wrapper makes
Terraform more CLI-friendly:
- removes unnecessary output
- adds own colored progress indicator
- provides an extra compact mode
- allows to use of multiple arguments when original command doesn't support it
- adds automatically quotes for indexed resources (
xargs friendly)
- generates a log file when
TF_OUTPUT_PATH environment variable is used