Documentation ¶
Index ¶
- type Loader
- func (l *Loader) Dump() (map[string]*ast.File, map[string][]byte, *state.TFState, []*ast.File)
- func (l *Loader) LoadAllTemplate(dir string) error
- func (l *Loader) LoadModuleFile(moduleKey string, source string) error
- func (l *Loader) LoadState()
- func (l *Loader) LoadTFVars(varfile []string)
- func (l *Loader) LoadTemplate(filename string) error
- type LoaderIF
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Loader ¶
type Loader struct { Logger *logger.Logger Templates map[string]*ast.File Files map[string][]byte State *state.TFState TFVars []*ast.File }
func (*Loader) LoadAllTemplate ¶ added in v0.3.0
func (*Loader) LoadModuleFile ¶
func (*Loader) LoadTFVars ¶ added in v0.3.1
func (*Loader) LoadTemplate ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.