terraform: register another gob type we use

This commit is contained in:
Mitchell Hashimoto 2014-07-24 07:17:30 -07:00
parent e0f2197d6c
commit 3acb7dc154
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import (
func init() {
gob.Register(make([]interface{}, 0))
gob.Register(make([]map[string]interface{}, 0))
gob.Register(make(map[string]string))
}
// PlanOpts are the options used to generate an execution plan for