Terraform Installation on Linux
sudo yum install -y yum-utlils
sudo yum-config-manager. –add-repo
https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
sudo yum -y install terraform
terraform -help
touch ~/.bashrc
terraform-install-autocomplete
Terraform Installation on Windows
Download and Install Chocolatey
Available at https://chocolatey.org/install
Install Terraform
Verify Installation
Open PowerShell
Get-ExecutionPolicy
Privileges have to be Unrestricted
Set-ExecutionPolicy Bypass -Scope Process -Force;
[System.Net.ServicePointManager]::SecurityProtocol =
[System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object
System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))