From 9e41c6335b6776c0d8b02fc22c97859e8c90facc Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 3 Jul 2014 11:33:05 -0700 Subject: [PATCH] terraform: remove unused options for making a plan --- terraform/plan.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/terraform/plan.go b/terraform/plan.go index c3ded0afb..081fc6985 100644 --- a/terraform/plan.go +++ b/terraform/plan.go @@ -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