Categorygithub.com/portefaix/tflint-ruleset-portefaix
repositorypackage
0.3.0
Repository: https://github.com/portefaix/tflint-ruleset-portefaix.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

TFLint Ruleset Portefaix

Requirements

  • TFLint v0.24+
  • Go v1.16

Installation

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

plugin "portefaix" {
  enabled = true

  version = "0.1.0"
  source  = "github.com/terraform-linters/tflint-ruleset-portefaix"
}

Rules

NameDescriptionSeverityEnabledLink
terraform_portefaix_standard_structureCheck module respect Portefaix directories recommendationsERROR
terraform_portefaix_standard_filesCheck module respect Portefaix files recommendationsERROR
terraform_portefaix_tfenvCheck module use a file for TfenvERROR

Building the plugin

Clone the repository locally and run the following command:

$ make build

You can easily install the built plugin with the following:

$ make install