DEPRECATED: This project is deprecated. We strongly recommend migrating to plugin management with .tflint.hcl
and Renovate.
A Docker image with TFLint and ruleset plugins
docker pull ghcr.io/terraform-linters/tflint-bundle
Bundled versions:
These ruleset plugins are installed manually. If you want to enable it, just set enabled = true
without specifying the version.
plugin "aws" { enabled = true }
plugin "azurerm" { enabled = true }
plugin "google" { enabled = true }