Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1003 Bytes

File metadata and controls

23 lines (16 loc) · 1003 Bytes

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