- 公式ページ
- macOSの場合をmemo
手順
- ターミナルで以下2つを実行
brew tap hashicorp/tapbrew install hashicorp/tap/terraform
terraform -vでバージョンが表示されたらOK
余談:install失敗した話
- 最初、上記手順を実行したところ、
Cannot tap hashicorp/tap: invalid syntax in tap!とエラーが出た - 原因→Homebrewが古いバージョンだった
brew update→brew upgradeで解決した- 関連リンク:brew updateで失敗した話


コメント