actions-marketplace-validations/techjavelin/iac-github-actions // terraform // lint
Lints your terraform files using tflint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| terraform-dir | Absolute path or relative path from project root to where your terraform files are | no | . |
| version | Use a specific version of tflint | no | latest |
| config | Use a specific config file for tflint | no | — |
| format | Force tflint to output in a different format (overrides config) | no | — |
| vars | Comma-delimited list of variables | no | — |
Outputs
| name | description |
|---|---|
| vars | The variables that were passed to tflint |
| result | The result of running lint |
| init | The result of initialization |