Terraform Installation - Step by Step

Terraform Installation - Step by Step

ยท

1 min read

Table of contents

Terraform installation

Terraform is required to manage infrastructure using code. Follow these steps to install it in Windows.

Goto below URL and select 386 binary download file if your processor is intel.

Install | Terraform | HashiCorp Developer

Place the compressed downloaded file in one folder and unzip the file.

go inside the extracted folder and copy the terraform exe file path and paste in system environmental variables of your system as shown below and click ok.

Now Terraform is available in your system. To verify if it is installed, type terraform -v command to see the version.

Terraform successfully got installed. ๐Ÿ’โ€โ™€๏ธ

ย