terraform-linters / tflint-bundle

DEPRECATED: A Docker image with TFLint and ruleset plugins
MIT License
14 stars 7 forks source link
aws azure google-cloud terraform tflint

tflint-bundle

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 }