Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 586 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 586 Bytes

Terraform

Return to top README.md

Installation

Docs

AWS Docs

Manual Install on Windows

Download and unzip the terraform binary. Decided where to store it, eg.

C:\terraform\terraform\terraform.exe

Now we need to edit the Path environment variable to add the absolute path of the directory that contains the executable, eg.

C:\terraform\terraform\

to verify

terraform --version