Перейти к файлу
hezijie f2f69ff13e add contents write permission to release job 2024-08-07 14:10:27 +08:00
.github add contents write permission to release job 2024-08-07 14:10:27 +08:00
docs
install
integration/basic
project
rules
script
.gitignore
.goreleaser.yml
CHANGELOG.md
LICENSE
Makefile
README.md
SECURITY.md
go.mod
go.sum
main.go

README.md

TFLint Ruleset for terraform-provider-basic-ext

test lint e2e

TFLint ruleset extension plugin for common terraform code syntax check

Requirements

  • TFLint v0.35+
  • Go v1.18

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 "basic-ext" {
    enabled = true
}

Follow the instructions to edit the generated files and open a new pull request.