terraform: register another gob type we use
This commit is contained in:
parent
e0f2197d6c
commit
3acb7dc154
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue