Install Terraform in Windows 10

Everton Araújo
1 min readJul 6, 2020

--

About Terraform

Terraform is an open source multi cloud Infrastructure as a Code (IaC) tool.
Using Terraform we can deploy, modify and delete workloads in Azure, AWS and GCP.

The key benefit of Terraform is automation and re-usability of code to provision and de-provision resources.

My focus is to teach by command lines, I will not address path, graphical interfaces. Wait for me to do all the installation via the command line.

There are 2 ways to install Terraform:

Download from the Site: https://www.terraform.io/downloads.html

Chocolatey (Similar APT for Windows users) https://chocolatey.org/

#Install choco install terraform

PS: * Chocolatey install in Administrative User.

Terraform CLI

--

--

Everton Araújo
Everton Araújo

No responses yet