Thursday, May 28, 2020

Terraform Installation on Windows Machine

  • Download Terraform - https://www.terraform.io/downloads.html

  • Choose Windows 32/64 bit OS and click on appropriate, It will download the installer

  • Go to the downloaded installer and right click on that - say Extract all

  • Go to Windows command prompt

  • Change Directory to extracted terraform folder

  • Set Path is mandatory - set PATH=%PATH%;d:\Terraform\terraform_0.12.26_windows_amd64\terraform.exe

    • You can also use environment variable to set this path

  • Check if Terraform is installed or not by using terraform -version command

  • Check If all Terraform commands are there, type terraform it will list all Terraform commands

No comments:

Post a Comment