Skip to content
VS Code

terraform provider pin lint for VS Code

io.github.jmshinhwa/terraform-provider-pin-lint

Finds the .tf lines a clean terraform init is still free to move

client:VS Code transport:stdio runtime:npm

Install terraform provider pin lint in VS Code

.vscode/mcp.json

{
  "servers": {
    "terraform-provider-pin-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/terraform-provider-pin-lint"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

terraform provider pin lint in other clients