Documentation ¶
Index ¶
- type TfV14
- func (tfv14 *TfV14) LoadIacDir(absRootDir string, options map[string]interface{}) (allResourcesConfig output.AllResourceConfigs, err error)
- func (*TfV14) LoadIacFile(absFilePath string, options map[string]interface{}) (allResourcesConfig output.AllResourceConfigs, err error)
- func (*TfV14) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TfV14 ¶
type TfV14 struct{}
TfV14 struct implements the IacProvider interface
func (*TfV14) LoadIacDir ¶
func (tfv14 *TfV14) LoadIacDir(absRootDir string, options map[string]interface{}) (allResourcesConfig output.AllResourceConfigs, err error)
LoadIacDir starts traversing from the given rootDir and traverses through all the descendant modules present to create an output list of all the resources present in rootDir and descendant modules
func (*TfV14) LoadIacFile ¶
func (*TfV14) LoadIacFile(absFilePath string, options map[string]interface{}) (allResourcesConfig output.AllResourceConfigs, err error)
LoadIacFile parses the given terraform file from the given file path
Click to show internal directories.
Click to hide internal directories.