01 Terraform Installation | Terraform Installation in Windows | Terraform Installation in Linux Ubuntu and CentOS
Terraform Installation | Terraform Tutorial |
In this Document, I have provided steps to download Terraform and use Terraform Infrastructure to deploy AWS Instances.
Prerequisite:
Download Terraform
Visit Terraform website and go to download section and scroll down to Select the choice of OS and arch.
Terraform Download, Terraform Installation |
Choose OS with your architecture of System, We have Windows, 64 bit so we will download Windows 64bit Click here, for Linux 64bit Click here
After the Successfully download login to your system :
Terraform Installation in Linux :
Unzip terraform zip : Go to directory where locate the terraform zip
cd /mnt/c/Users/Rajesh/Downloads
unzip terraform_0.12.28_linux_amd64.zip
Move terraform binary file in /usr/local/bin so we can use this as a command
sudo mv terraform /usr/local/bin
Verify Terraform Version:
We have terraform v0.12.28, Now we are a ready to use terraform.
Terraform Installation in Window
Unzip package and Install, After the Installation terraform EXE location C:\Program File\terraform
Set Environment Variable Path for Terraform :
Go to the Search bar and search "Edit the system environment variables" and Open it.
Terraform Set Environment variables |
Set Terraform
Verify Terraform Version
Open command prompt and type
terraform version
Thanks
Post Author : Rajesh Vyas | Build & Release Manager
Hope you enjoyed this, I would like to request you please share this post, and let us know if we missed something in installation also you can suggest us to how can we make this batter .
Leave a Comment