diff --git a/terraform/plan.go b/terraform/plan.go index 59cfe1d56..8b6f37a9d 100644 --- a/terraform/plan.go +++ b/terraform/plan.go @@ -12,8 +12,8 @@ import ( ) func init() { - gob.Register(make([]map[string]interface{}, 0)) gob.Register(make([]interface{}, 0)) + gob.Register(make([]map[string]interface{}, 0)) } // PlanOpts are the options used to generate an execution plan for