command/plan: help text

This commit is contained in:
Mitchell Hashimoto 2014-07-01 09:12:35 -07:00
parent 64363da9dd
commit a7d3cb843f
1 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,9 @@ Usage: terraform plan [options] [terraform.tf]
Options:
-destroy If set, a plan will be generated to destroy all resources
managed by the given configuration and state.
-out=path Write a plan file to the given path. This can be used as
input to the "apply" command.