terraform: bring order to the world

/cc @pearkes
This commit is contained in:
Mitchell Hashimoto 2014-07-02 17:04:48 -07:00
parent fff7df03cd
commit 8fba438cf0
1 changed files with 1 additions and 1 deletions

View File

@ -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