mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 17:01:04 -06:00
terraform: bring order to the world
/cc @pearkes
This commit is contained in:
parent
fff7df03cd
commit
8fba438cf0
@ -12,8 +12,8 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
gob.Register(make([]map[string]interface{}, 0))
|
||||
gob.Register(make([]interface{}, 0))
|
||||
gob.Register(make([]map[string]interface{}, 0))
|
||||
}
|
||||
|
||||
// PlanOpts are the options used to generate an execution plan for
|
||||
|
Loading…
Reference in New Issue
Block a user