Sign inSign up

getreadystack/terraform-provider-pin-lint

By getreadystack

Updated about 3 hours ago

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

Image
0

66

getreadystack/terraform-provider-pin-lint repository overview

Terraform Provider Pin Lint

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

Run

docker run --rm -v "$PWD":/work getreadystack/terraform-provider-pin-lint /work/file

The same 14 rules as the VS Code extension, in a container. Mount a folder on /work.

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.
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/terraform-provider-pin-lint --dir /work --ci

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 full sweep is free for 7 days). 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)

Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:a3e3c68c4

Size

46.1 MB

Last updated

about 3 hours ago

docker pull getreadystack/terraform-provider-pin-lint