LoginSignup
0
0

Terraformで使うコマンド備忘録

Posted at

初期化

terraform init

プラン

terraform plan -var-file=./変数ファイル.tfvars # -lock=falseをつければロック状態無視

実行

terraform apply -var-file=./変数ファイル.tfvars 
  • しょーもないコマンドなんですけど久しぶりにいじったら忘れてたので
0
0
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
0
0