Open3

terraform x gcp 素振り

tkc310tkc310

Google Cloud SDK

  • gcpアカウント作成
  • プロジェクト作成
  • 支払い設定からクレカを登録 (無料クレジットが付与される)
  • SDK CLIインストール
$ ./google-cloud-sdk/install.sh
$ ./google-cloud-sdk/bin/gcloud init
# => ログインとプロジェクト指定

https://cloud.google.com/sdk/docs/install?hl=ja

  • Cloud Resource Manager APIの有効化
gcloud services enable compute.googleapis.com
gcloud services enable storage-component.googleapis.com
gcloud services enable storage.googleapis.com
tkc310tkc310

terraformインストール

$ asdf plugin add terraform
$ asdf install terraform latest
$ asdf global terraform 1.5.6
$ terraform -v
$ => 1.5.6