Terraform

Terraform is actually pretty easy to install considering there are precompiled binaries available for download.

There is a package for Terraform as well, you can find the installation instructions here

If you want to take the precompiled route, you can open a terminal and type

dpkg --print-architecture

Then download the correct architecture from https://releases.hashicorp.com/terraform/1.10.4/

Once downloaded unzip the binary and move it in /usr/bin and you are good to go!

Last updated