terraform: register gob type for array

This commit is contained in:
Jack Pearkes 2014-07-02 16:17:26 -07:00
parent e50425b182
commit 8c330d9e4d
1 changed files with 1 additions and 0 deletions

View File

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