Skip to content

tflint

v0.1.0

Support for TFLint

Zed tflint

A Zed extension for running tflint on your Terraform codebase.

Requirements

Configuration

Only needed to override the default command line arguments.

{
  "lsp": {
    "tflint": {
      "initialization_options": {
        "command": [
          "tflint",
          "--langserver"
        ]
      }
    }
  }
}