From a7d3cb843f45b4982810f57941e8290f1e0351cd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 1 Jul 2014 09:12:35 -0700 Subject: [PATCH] command/plan: help text --- command/plan.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/command/plan.go b/command/plan.go index 7967e330f..5781f0156 100644 --- a/command/plan.go +++ b/command/plan.go @@ -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.