mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user