subhamay-bhattacharyya-gha/Terraform Lint with TFLint

A composite GitHub Action that installs and runs TFLint to detect issues in Terraform code.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tf-config-pathRelative path to the directory containing Terraform configuration files (e.g., 'tf', 'infrastructure'). Can be combined with cloud-provider for multi-cloud setups.notf
cloud-providerCloud provider for multi-cloud setups (aws, gcp, azure). When specified, modifies terraform-dir to 'infra/<cloud-provider>/tf'.no""
release-tagGit release tag to check out. If omitted, the current branch or tag will be used.no""
tflint-verTFLint version to install (e.g., v0.52.0). Pass organization variable TF_LINT_VER from calling workflow or falls back to v0.52.0.nov0.52.0
use-cacheEnable caching for TFLint plugins ('true' or 'false').notrue
tflint-formatOutput format for TFLint results (default, json, compact, checkstyle).nocompact

no outputs