terraform: bring order to the world

/cc @pearkes
pull/13/head
Mitchell Hashimoto 12 years ago
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…
Cancel
Save