tf

Less verbose and more shell friendly Terraform

MIT License

Stars
70

Bot releases are hidden (Show)

tf - 1.7.0

Published by dex4er over 1 year ago

  • New messages detected: "Refreshing..." and "Drift detected"
  • More fixes for compatibility with Zsh
  • tf upgrade resets terminal colors.
tf - 1.6.0

Published by dex4er over 1 year ago

  • Better compatibility with MacOS and Zsh
  • More messages are ignored from Terraform remote runs
tf - 1.5.0

Published by dex4er over 1 year ago

  • Compatibility with MacOS
tf - 1.4.0

Published by dex4er almost 2 years ago

  • New option -dot which shows a single dot or character for each line of output.
  • New option -no-outputs which hides outputs.
  • Tweaks for tf init.
  • New command tf upgrade.
  • Ctrl-C is handled for tf plan.
tf - 1.3.0

Published by dex4er about 2 years ago

  • New progress indicator: finished operations are removed from the status line.
  • (config refers to values not yet known) messages are ignored from manifest.
  • Better handling of unquoted string indexes.
  • Additional options for apply/destroy/refresh: -fan, -verbose.
  • -verbose option is default when TF_IN_AUTOMATION=1.
  • -auto-approve options now works.
tf - 1.2.0

Published by dex4er about 2 years ago

  • Missing quotes are added automatically to the indexed resource names.
  • tf show accepts multiple resources.
  • tf import command where first argument autoadds quotes to indexed resources and the rest arguments are combined into one.
  • Even more output ignored.
  • More compact prompt on apply or destroy.
  • Unknown commands are started as tf-$command or just passed to the original terraform.
tf - 1.1.0

Published by dex4er about 2 years ago

  • tf refresh command calls terraform apply -refresh-only rather than terraform refresh.
tf - 1.0.0

Published by dex4er about 2 years ago

The first release after all tools has been combined into one shell script.