In this article we are going to cover How to Install Terraform on Windows and Configure Environment variable on Terraform.
Step #1: Download Terraform for Windows
Download the terraform from official terraform website from Terraform Download page
![How to Install Terraform on Windows [2 Steps] 1](https://www.fosstechnix.com/wp-content/uploads/2021/11/download-terraform-for-windows.png)
You can see the windows 32 bit and 64 bit source files. Download depends on your system here i am downloading 64 bit terraform. it will be downloaded as zip file. Extract the Terraform setup.
![How to Install Terraform on Windows [2 Steps] 2](https://www.fosstechnix.com/wp-content/uploads/2021/11/extract-terraform-setup-on-windwos.png)
Download Terraform for Windows
Step #2: Install Terraform on Windows
To Configure environment variables for terraform navigate to
This PC(MyComputer)—>properties —>advanced system settings–>environment variables—>system variables—>path–edit–>new as shown below
![How to Install Terraform on Windows [2 Steps] 3](https://www.fosstechnix.com/wp-content/uploads/2021/11/configure-terraform-variable-on-windows.png)
Click on Edit System Variable, add terraform path
![How to Install Terraform on Windows [2 Steps] 4](https://www.fosstechnix.com/wp-content/uploads/2021/11/configure-terraform-variable-on-windows_4.png)
You can see added Terraform setup path.
![How to Install Terraform on Windows [2 Steps] 5](https://www.fosstechnix.com/wp-content/uploads/2021/11/add-terraform-variable-for-windows_5.png)
To check terraform version on windows
terraform version
![How to Install Terraform on Windows [2 Steps] 6](https://www.fosstechnix.com/wp-content/uploads/2021/11/check-terraform-version-on-windows_6.png)
To check terraform commands on windows
terraform
![How to Install Terraform on Windows [2 Steps] 7](https://www.fosstechnix.com/wp-content/uploads/2021/11/terraform-commands_7.png)
We have covered Install Terraform on Windows.
Conclusion:
In this article we have covered How to Install Terraform on Windows and Configure Environment variable on Terraform.
Related Articles: