Comments on How to Install Terraform on Ubuntu 18.04 LTS
Terraform is an open-source infrastructure automation tool which allows you to define and describe your infrastructure as code inside configuration files using a declarative language and to deploy and manage that infrastructure across a variety of public cloud providers like AWS, GCP and Azure.
2 Comment(s)
Comments
When dealing with multiple projects that were deployed with multiple versions, the better is to use something to easily manage and switch between versions. For that I use tfenv : https://github.com/tfutils/tfenv
But if you also need to switch other "go" tools like helm, kubectl, and such, a bigger tool like asdf may be the way to go : https://github.com/asdf-vm/asdf
it would be better to mv terraform under /usr/local/bin