Documentation ¶
Index ¶
- func ScannerWithAllDirectories(all bool) options.ScannerOption
- func ScannerWithConfigsFileSystem(fsys fs.FS) options.ScannerOption
- func ScannerWithDownloadsAllowed(allowed bool) options.ScannerOption
- func ScannerWithSkipCachedModules(b bool) options.ScannerOption
- func ScannerWithSkipDirs(dirs []string) options.ScannerOption
- func ScannerWithSkipDownloaded(skip bool) options.ScannerOption
- func ScannerWithSkipFiles(files []string) options.ScannerOption
- func ScannerWithStopOnHCLError(stop bool) options.ScannerOption
- func ScannerWithTFVarsPaths(paths ...string) options.ScannerOption
- func ScannerWithWorkspaceName(name string) options.ScannerOption
- type ConfigurableTerraformScanner
- type Scanner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ScannerWithAllDirectories ¶
func ScannerWithAllDirectories(all bool) options.ScannerOption
func ScannerWithConfigsFileSystem ¶
func ScannerWithConfigsFileSystem(fsys fs.FS) options.ScannerOption
func ScannerWithDownloadsAllowed ¶
func ScannerWithDownloadsAllowed(allowed bool) options.ScannerOption
func ScannerWithSkipCachedModules ¶
func ScannerWithSkipCachedModules(b bool) options.ScannerOption
func ScannerWithSkipDirs ¶ added in v0.56.0
func ScannerWithSkipDirs(dirs []string) options.ScannerOption
func ScannerWithSkipDownloaded ¶
func ScannerWithSkipDownloaded(skip bool) options.ScannerOption
func ScannerWithSkipFiles ¶ added in v0.56.0
func ScannerWithSkipFiles(files []string) options.ScannerOption
func ScannerWithStopOnHCLError ¶
func ScannerWithStopOnHCLError(stop bool) options.ScannerOption
func ScannerWithTFVarsPaths ¶
func ScannerWithTFVarsPaths(paths ...string) options.ScannerOption
func ScannerWithWorkspaceName ¶
func ScannerWithWorkspaceName(name string) options.ScannerOption
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts ...options.ScannerOption) *Scanner
func (*Scanner) AddExecutorOptions ¶
func (*Scanner) AddParserOptions ¶
func (*Scanner) SetForceAllDirs ¶
Click to show internal directories.
Click to hide internal directories.