devops-infra/GitHub Action linting Terraform files
GitHub Action that will run TFlint on Terraform files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fail_on_changes | Whether the action should fail if errors found. Defaults totrue. | no | true |
| dir_filter | Filter for directories to check. Check all by default. | no | * |
| tflint_config | Location of TFLint config file. Defaults to .tflint.hcl. | no | .tflint.hcl |
| tflint_params | Parameters passed to TFLint. Defaults to none. | no | "" |
| run_init | Whether the action should run `terraform init`. Defaults to true. | no | true |
Outputs
no outputs