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

terraform-linters/tflint-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 }