Thursday, May 28, 2020

Terraform Installation on mac OS

  • Download Terraform - https://www.terraform.io/downloads.html

  • Choose mac 64 bit OS and download the package

    • Once downloaded you can extract the package and copy it in /usr/lib file and it will work for you.

  • Another way of installing it on mac OS, as below

    • Go to your mac OS command prompt and type - Brew install terraform

    • Above command will install terraform on your mac OS

No comments:

Post a Comment