package
0.75.5
Repository: https://github.com/gruntwork-io/terragrunt.git
Documentation: pkg.go.dev

# README

tflint

This package allows us to embed tflint in Terragrunt, enabling it to be natively executed from the before and after hooks without having to install tflint separately. Since tflint is licensed with MPL, we are required to let you know where you can find its source code: https://github.com/terraform-linters/tflint.

# Functions

InputsToTflintVar converts the inputs map to a list of tflint variables.
RunTflintWithOpts runs tflint with the given options and returns an error if there are any issues.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author