

Download Visual Studio Code (VSC) from.Installing Visual Studio Code with the Terraform Extension You should see the terraform help appear. Open up command prompt and type terraform.Click New and enter the path to where you unzipped terraform.exe.Under System variables select Path and click on Edit.Click the ‘Environment Variables…’ button to the bottom right of the settings box that appears.

To that, hit Start, type environment and select the result shown as ‘Edit the system environment variables. Add the location where you unzipped Terraform to your PATH environment variable.For me thats c:\users\chris\tools\terraform Unzip it anywhere, but as we are going to add this to the PATH environment variable, make it somewhere fairly permenant.Installing Terraform is simple – its a self contained binary which needs adding to your PATH variable. The following is how to get all of this setup on Windows. These are obvious things for any developer but as an infrastructure guy I’ve grown into using them as I’ve used Terraform. When working with Terraform there are a few simple things that can make a big difference, using a good development environment and using a source code repository. I’m becoming a huge fan of Terraform, having started using it at work to manage our AWS environment and using it more recently with Virtual Design Master.
