Versions in this module Expand all Collapse all v1 v1.4.0 Mar 10, 2023 Changes in this version + type Module struct + Children []*Module + Name string + Providers Providers + func (m *Module) AllProviderRequirements() discovery.PluginRequirements + func (m *Module) Equal(other *Module) bool + func (m *Module) ProviderRequirements() discovery.PluginRequirements + func (m *Module) SortChildren() + func (m *Module) SortDescendents() + func (m *Module) WalkTree(cb WalkFunc) error + type ProviderDependency struct + Constraints discovery.Constraints + Reason ProviderDependencyReason + type ProviderDependencyReason int + const ProviderDependencyExplicit + const ProviderDependencyFromState + const ProviderDependencyImplicit + const ProviderDependencyInherited + type Providers map[addrs.Provider]ProviderDependency + type WalkFunc func(path []string, parent *Module, current *Module) error