Useful tools working with Terraform

Terraform is an infrastrucure as code software tool. This is a list of tools, tips and tricks I use when working with Terraform. 1. tfenv tfenv is a Terraform version manager. The tool makes it super easy to install and manage new versions of Terraform. tfenv install 1.0.3 Use different version tfenv use 0.15.3 List installed versions ➜ ~ tfenv list * 1.0.3 (set by /usr/local/Cellar/tfenv/2.2.2/version) 1.0.0 0.15.3 0.13.5 List available remote versions...

August 29, 2021 · 4 min · Me