terraform: register gob type for array
This commit is contained in:
parent
e50425b182
commit
8c330d9e4d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue