New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@readystack/terraform-provider-pin-lint

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readystack/terraform-provider-pin-lint

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

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
407
Maintainers
1
Weekly downloads
 
Created
Source

Terraform Provider Pin Lint

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

Install

npx @readystack/terraform-provider-pin-lint file

Node 18+. The same 14 rules as the VS Code extension, from a terminal or CI.

Free

  • Lints the .tf file you have open and names every provider, backend and module line that a clean terraform init can still resolve differently than last time, with the pinned form to paste in its place.
  • --rules lists every rule

With a licence ($29 once)

  • Scans every .tf file in the workspace in one pass and writes a dated Markdown report you keep - for the CI gate, the change ticket and the audit trail.
@readystack/terraform-provider-pin-lint --dir ./templates --report html --out report.html

One hour of contract platform-engineering review of the same root module — contract platform/DevOps engineers list $75-150/hour on public freelance marketplaces

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "terraform-provider-pin-lint": { "command": "npx", "args": ["-y", "@readystack/terraform-provider-pin-lint", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence). The agent gets every finding with the line number.

Use in CI

- name: Terraform Provider Pin Lint
  run: npx -y @readystack/terraform-provider-pin-lint --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/terraform-provider-pin-lint --dir /work --ci)

The folder sweep, reports and CI mode need one licence — one payment, no subscription. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Keywords

terraform

FAQs

Package last updated on 23 Sep 2026

Related posts