#author("2017-05-18T03:43:10+00:00","default:kazuma","kazuma")
#author("2017-05-18T05:34:11+00:00","default:kazuma","kazuma")
[[Terraform]]

*概要 [#w5a0ec33]
terraformのコマンドの使い方です。

*Dryrun [#cb2e4428]
*インスタンスへ設定変更を適用 [#sd1a7f76]
***Dryrun [#cb2e4428]
 terraform plan

*適用 [#g68c6364]
***適用 [#g68c6364]
 terrafrom apply


*インスタンスの削除 [#v0bc15da]
*** 事前の確認 [#ycc56d76]
 terraform plan -destroy -out=./terraform.tfplan

***実行 [#d0673d69]
 terraform apply ./terraform.tfplan

*状態確認 [#j648aa07]
 terraform show



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