Skip to content

Latest commit

 

History

History
 
 

01-Terraform-Installation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Terraform Installation

Windows

Simplest way to install and configure terraform on windows is via chocolatey

  1. Download and Install Chocolatey Software as highlighted here https://chocolatey.org/install

  2. Install terraform via chocolatey using below command or refer https://community.chocolatey.org/packages/terraform

    choco install terraform -y
    

    Terraform Installation

Linux

Mac

References