terraform: register a type
This commit is contained in:
parent
038cca291e
commit
258a7311ce
|
@ -14,6 +14,7 @@ import (
|
||||||
func init() {
|
func init() {
|
||||||
gob.Register(make([]interface{}, 0))
|
gob.Register(make([]interface{}, 0))
|
||||||
gob.Register(make([]map[string]interface{}, 0))
|
gob.Register(make([]map[string]interface{}, 0))
|
||||||
|
gob.Register(make(map[string]interface{}))
|
||||||
gob.Register(make(map[string]string))
|
gob.Register(make(map[string]string))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue