Categorygithub.com/knowbe4/tflint-ruleset-kb4
modulepackage
0.3.9
Repository: https://github.com/knowbe4/tflint-ruleset-kb4.git
Documentation: pkg.go.dev

# README

TFLint Ruleset

Requirements

  • TFLint v0.30+
  • Go v1.16

Installation

You can install the plugin with tflint --init. Declare a config in .tflint.hcl as follows:

plugin "ruleset" {
  enabled = true

  version = "0.1.0"
  source  = "github.com/kb4sre/tflint-ruleset-plugin"
}

Rules

NameDescriptionSeverityEnabledLink
terraform_validated_variablesRule for insuring all variables have validation.ERROR

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

# Packages

No description provided by the author

# Variables

go:embed VERSION.