tflint-ruleset-terraform

command module
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2022 License: MPL-2.0 Imports: 5 Imported by: 0

README

TFLint Ruleset for Terraform Language

Build Status GitHub release

TFLint ruleset plugin for Terraform Language

This ruleset focus on possible errors and best practices about Terraform Language.

Requirements

  • TFLint v0.40+
  • Go v1.19

Installation

This ruleset is built into TFLint, so you usually don't need to worry about how to install it. You can check the built-in version with tflint -v:

$ tflint -v
TFLint version 0.44.0
+ ruleset.terraform (0.2.2-bundled)

If you want to use a version different from the built-in version, you can declare plugin in .tflint.hcl as follows and install it with tflint --init:

plugin "terraform" {
    enabled = true
    version = "0.2.2"
    source  = "github.com/terraform-linters/tflint-ruleset-terraform"
}

For more configuration about the plugin, see Plugin Configuration.

Rules

See Rules.

Building the plugin

Clone the repository locally and run the following command:

$ make

You can easily install the built plugin with the following:

$ make install

Note that if you install the plugin with make install, you must omit the version and source attributes in .tflint.hcl:

plugin "terraform" {
    enabled = true
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL