TFLint Plugin
Overview
This plugin executes the TFLint
CLI and lets you easily analyze your code so you could find possible errors, receive warning 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
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
Additional Content
Updated over 1 year ago