Agent Plugins Marketplace
All plugins

terraform-plugin

v1.7.8

Terraform and Terraform Cloud - infrastructure as code

Claude Code6 Skills

58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install terraform-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install terraform-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/laurigates/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is terraform-plugin/.

Plugin files

terraform-plugin/
├── .claude-plugin/plugin.json
├── skills/infrastructure-terraform/SKILL.md
├── skills/tfc-list-runs/SKILL.md
├── skills/tfc-plan-json/SKILL.md
├── skills/tfc-run-logs/SKILL.md
├── skills/tfc-run-status/SKILL.md
└── skills/tfc-workspace-runs/SKILL.md

Included Skills6

infrastructure-terraformskills/infrastructure-terraform/SKILL.md

Terraform IaC: HCL, state management, modules, plan-apply workflows. Use when the user mentions Terraform, HCL, terraform plan/apply, tfstate, or IaC provisioning.

tfc-list-runsskills/tfc-list-runs/SKILL.md

List Terraform Cloud workspace runs filtered by status or date. Use when reviewing run history, finding failed runs, or auditing infra changes. Requires TFE_TOKEN.

tfc-plan-jsonskills/tfc-plan-json/SKILL.md

TFC plan JSON download and analysis. Use when diffing resource changes, inspecting replacements, or feeding plan data downstream. Requires TFE_TOKEN.

tfc-run-logsskills/tfc-run-logs/SKILL.md

Retrieve plan and apply logs from Terraform Cloud runs. Use when debugging failed plans/applies or reviewing TFC run output. Requires TFE_TOKEN.

tfc-run-statusskills/tfc-run-status/SKILL.md

Terraform Cloud run status with resource counts and actions. Use when polling a run, checking pass/fail, or seeing if it can be applied or canceled. Requires TFE_TOKEN.

tfc-workspace-runsskills/tfc-workspace-runs/SKILL.md

List TFC runs across known workspaces (github, sentry, gcp, onelogin, twingate). Use when checking TFC status or listing runs by workspace. Requires TFE_TOKEN.

Plugin manifests1

terraform-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "terraform-plugin",
  "version": "1.7.8",
  "description": "Terraform and Terraform Cloud - infrastructure as code",
  "keywords": [
    "terraform",
    "infrastructure",
    "iac",
    "tfc"
  ],
  "hooks": "./hooks.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[terraform-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/terraform-plugin)