terraform: remove unused options for making a plan

This commit is contained in:
Mitchell Hashimoto 2014-07-03 11:33:05 -07:00
parent 51396f02c6
commit 9e41c6335b
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@ type PlanOpts struct {
// that are created. Otherwise, it will move towards the desired state
// specified in the configuration.
Destroy bool
Config *config.Config
State *State
Vars map[string]string
}
// Plan represents a single Terraform execution plan, which contains