Terraform のインストール(Mac)

Homebrew でインストール

 brew install terraform

tfenv をインストール

$ brew install tfenv

インストール可能なリスト

$ tfenv list-remote
0.12.6
0.12.5
0.12.4

インストール

$ tfenv install 0.12.6

Terraform

Posted by kidatti