1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Mac に Terraform をインストールする(homebrew 利用)

Last updated at Posted at 2020-01-11

cb14e812eaf3d5de141a6bf4d7b0258b.png

#概要
homebrewを使ってTerraformを導入する。
※Terraformとは
 クラウドのインフラアーキテクチャを「.tfファイル」に記述/定義することで
 定義した内容の応じて自動で環境を構築してくれる。

#環境
端末:Mac book Pro(13-inch,2019)
OS:macOS Catalina 10.15.2

#前提
Homebrewの利用を前提とした導入方法になります。
※HomebrewとはmacOSでよく使われるパッケージマネージャです。ターミナルからパッケージなどをインストール際に使用するのでこのタイミングで導入しちゃいましょう!
まだHomebrewを導入していない場合は以下の記事を参照ください。
https://qiita.com/kimurayut/items/6f50cf1060e44e664c3b

#手順
以下を実行するだけです(他にも方法ありますが個人的にはこれが一番簡単)

$ brew install terraform
1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?