npx claudepluginhub boostvolt/claude-code-lsps --plugin terraform-lsThis LSP server requires terraform-lsto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"terraform": {
"command": "terraform-ls",
"extensionToLanguage": {
".tf": "terraform",
".tfvars": "terraform-vars"
},
"args": [
"serve"
]
}
}
}terraform-lsstdio