Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 640 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 640 Bytes

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:

  • TFLint v0.48.0
  • tflint-ruleset-aws v0.26.0
  • tflint-ruleset-azurerm v0.24.0
  • tflint-ruleset-google v0.24.0

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 }