セットアップ
システム要件
Terraform のインストール
brew tap hashicorp/tap
brew install hashicorp/tap/terraform sudo apt-get update && sudo apt-get install -y gnupg software-properties-common curl
curl -fsSL
https://apt.releases.hashicorp.com/gpg
| sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64]
https://apt.releases.hashicorp.com
$(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install terraform 設定の確認
FptCloud で Terraform を使用するためのトークンの取得方法

FPT Cloud Provider の初期化





Last updated
Was this helpful?
