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"
]
}
}
}
}