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
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.
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
Click on Edit System Variable, add terraform path
You can see added Terraform setup path.
To check terraform version on windows
terraform version
To check terraform commands on windows
terraform
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: