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