0% found this document useful (0 votes)
38 views

Terraform Installation On Linux

Uploaded by

David Joseph
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

Terraform Installation On Linux

Uploaded by

David Joseph
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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'))

You might also like