TFLint is an essential linter designed for Terraform. It helps improve code quality, maintainability, and security in infrastructure as code (IaC) projects.
TFLintarrow-up-right is a linter for Terraform.
You can enable the TFLint linter with:
trunk check enable tflint
TFLint will be auto-enabled if any Terraform files are present.
TFLint supports the following config files:
.tflint.hcl
You can move these files to .trunk/configs and trunk check will still find them. See Moving Linters for more info.
.trunk/configs
trunk check
TFLint sitearrow-up-right
TFLint Trunk Code Quality integration sourcearrow-up-right
Trunk Code Quality's open source plugins repoarrow-up-right
Last updated 1 year ago