Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CombinedReader ¶
type CombinedReader struct { RootReader StateReader }
type PathReader ¶
type PathReader struct { RootReader RootReader StateReader StateReader }
func (*PathReader) PathContext ¶
func (pr *PathReader) PathContext(path lang.Path) (*decoder.PathContext, error)
PathContext returns a PathContext for the given path based on the language ID.
type RootReader ¶
type StateReader ¶
type StateReader interface { DeclaredModuleCalls(modPath string) (map[string]tfmod.DeclaredModuleCall, error) LocalModuleMeta(modPath string) (*tfmod.Meta, error) ModuleRecordByPath(modPath string) (*state.ModuleRecord, error) List() ([]*state.ModuleRecord, error) RegistryModuleMeta(addr tfaddr.Module, cons version.Constraints) (*registry.ModuleData, error) ProviderSchema(modPath string, addr tfaddr.Provider, vc version.Constraints) (*tfschema.ProviderSchema, error) }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.