command
module
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Dec 23, 2022
License: MPL-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
TFLint Ruleset Portefaix
Requirements
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
Name |
Description |
Severity |
Enabled |
Link |
terraform_portefaix_standard_structure |
Check module respect Portefaix directories recommendations |
ERROR |
✔ |
|
terraform_portefaix_standard_files |
Check module respect Portefaix files recommendations |
ERROR |
✔ |
|
terraform_portefaix_tfenv |
Check module use a file for Tfenv |
ERROR |
✔ |
|
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
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.