Terraform

概要

terraformのコマンドの使い方です。

インスタンスへ設定変更を適用

Dryrun

terraform plan

適用

terrafrom apply

インスタンスの削除

事前の確認

terraform plan -destroy -out=./terraform.tfplan

実行

terraform apply ./terraform.tfplan

状態確認

terraform show

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS