Documentation Index
Fetch the complete documentation index at: https://docs.envzero.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This plugin executes theTFLint CLI to analyze your code and find possible errors, receive warnings about deprecated syntax, and enforce best practices and naming conventions.
This plugin will install the TFLint binary, call init and execute tflint on the given directory.
For more information, check out the TFLint Plugin git repository
For an example repository that integrates the TFLint plugin, click here.
Inputs
version(required) - the specific version of tflint you wish to usedirectory(required) - the path to the directory with the IaC code to analyze (the root folder is your project’s root folder)flags- a string containing additional flags as one string
Next steps
- Using the Checkov Plugin - Scan IaC for security misconfigurations.
- Using the TFsec Plugin - Detect Terraform security issues with tfsec.
- Plugins Overview - Learn how plugins integrate with env zero custom flows.