Source: linuxtechlab.medium.com

Simple guide to install TERRAFORM on Linux

Category: Ubuntu, Terraform, automation, ansible

We have seen a tremendous increase in demand for automation in the IT industry & IaaC, Infrastructure as a Code is a must-needed skill to possess. Terraform is a great tool for automating our infrastructure by converting all our infrastructure as code.

Now the next thing is to set up the PATH for the terraform folder into our user’s bash profile ( ~/.bash_profile in CentOS/RHEL, ~/.profile in Debian/Ubuntu).

You can also log out & log back in to implement the changes.

In our next tutorials, we will discuss about the commands that are used more frequently with terraform & also how we can create resources using terraform.

Related Articles