Terraform Tutorial – How to Install Terraform on Windows 10?

Avatar admin | March 6, 2021 5 Views 0 Likes 0 Ratings

5 Views 0 Ratings Rate it

This tutorial will demonstrate how to download and install Terraform on Windows 10 machine.

Links:
https://www.terraform.io/
https://learn.hashicorp.com/tutorials/terraform/install-cli
https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest&tabs=azure-cli

Steps to install terraform on windows:
————————————————————
Step 1: To install Terraform, find the appropriate package for your system and download it.
Step 2: Terraform is packaged as a zip archive, So, after downloading Terraform, unzip the package.
Step 3: Terraform runs as a single binary named terraform.
Step 4: The final step is to make sure that the terraform binary is available on the PATH.
Step 5: Finally verify the installation of terraform with following command.
terraform
terraform -version

Terraform is a cloud infrastructure provisioning tool which can be used with many cloud providers such as AWS, GCP, Azure, CloudFlare etc.

Terraform is an open-source infrastructure as code software tool created by HashiCorp. Users define and provision data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language, or optionally JSON.

#Terraform​ #DevOps​ #Hashicorp​ #CloudGuru


5 Views 0 Ratings Rate it

Written by admin