actions-marketplace-validations/TFLint GitHub Action
Run tflint against your Terraform repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 9, 2021
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/pauloconnor_tflint-action@cf98371364ac10eafd9d7b9e2a63e2c0aef16065 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tflint_path | The path to run TFLint against, including /github/workspace | no | /github/workspace |
| tflint_recurse | Whether or not to recurse through directories | no | false |
| tflint_changed_only | Run TFLint against changed files only | no | false |
| tflint_config_file | Load the .tflint.hcl file in the root of the repo | no | false |
| tflint_extra_options | Extra options to pass to TFLint GitHub Action | no | "" |
| tflint_enabled_rules | Which extra rules to enable, one per line | no | "" |
| tflint_disabled_rules | Which standard rules to disable, one per line | no | "" |
| tflint_tag_lines | Post a message at the fail that failed, with the error message | no | false |
| tflint_debug | Enable TFLint debug logs | no | false |
Outputs
| name | description |
|---|---|
| tflint_output | TFLint output" |
| tflint_status | TFLint status" |