tfenv - a must have terraform version manager!

Share on:

As a mac user and active developer I use a lot of package managers, update managers etc.

Most of the people would be familiar with things like:

  1. homebrew
  2. sdkman (for JVM developers)

If you happen to be like me and use Terraform, then I have only nice things to say about tfenv. Not sure if you have ever struggled to jump around different terraform stacks,that had different terraform version requirements. Hopefully this challenge will gradually fade out with the wide adoption of 0.12 but is still a case. Maybe a stack is still using 0.11 and your new stuff 0.12. Maybe you found that there is a bug on a minor version for your aws provider, and you want to re-run your stack with the previous minor version?

https://github.com/tfutils/tfenv

A true productivity gem :) - deserves a star!