plugins

Home

Plugins

GitHub

Blog

tflint

version: 0.0.1 |  date: 06/27/2021 |  Wrapper for tflint |  source code

# SYNOPSIS

Wrapper for [tflint](https://github.com/terraform-linters/tflint)

# INSTALL

    $ s6 --install tflint

# USAGE

    task-run "lint my code", "tflint", %(
      args => [
        ".",
        ["force", "no-color"]
      ]
    );

# Args

See [tflint](https://github.com/terraform-linters/tflint) documentation.

# OS supported

* `linux`

* `mac os`

# Author

Alexey Melezhik