Documentation ¶
Overview ¶
Package tflint embeds execution of tflint, which is under an MPL license, and you can find its source code at https://github.com/terraform-linters/tflint
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunTflintWithOpts ¶
func RunTflintWithOpts(opts *options.TerragruntOptions, config *config.TerragruntConfig, hook config.Hook) error
RunTflintWithOpts runs tflint with the given options and returns an error if there are any issues.
Types ¶
type ConfigNotFound ¶
type ConfigNotFound struct {
// contains filtered or unexported fields
}
func (ConfigNotFound) Error ¶
func (err ConfigNotFound) Error() string
type ErrorRunningTflint ¶
type ErrorRunningTflint struct {
// contains filtered or unexported fields
}
func (ErrorRunningTflint) Error ¶
func (err ErrorRunningTflint) Error() string
type IssuesFound ¶
type IssuesFound struct{}
func (IssuesFound) Error ¶
func (err IssuesFound) Error() string
type UnknownError ¶
type UnknownError struct {
// contains filtered or unexported fields
}
func (UnknownError) Error ¶
func (err UnknownError) Error() string
Click to show internal directories.
Click to hide internal directories.