DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Terraform — DSH Plugin for DeepSeek Harness
← Plugins
T

dsh-terraform

Terraform

Infrastructure as Code (Terraform) integration for DeepSeek Harness: plan/apply/diff, state inspection, output querying and resource listing.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:WODE25500/dsh-terraform#fe4999ab36b81d8c4eaf6bc2566f3de7fabb5c10
READMECompatibilityVersions

Compatibility and provenance

Terraform is published as dsh-terraform and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-terraform

dsh-terraform

HashiCorp Terraform 的 DeepSeek Harness 插件 —— 让 dsh 智能体管理基础设施即代码(IaC): plan/apply 门控、state 检查、output 查询、资源校验。

独立社区项目,非官方。基于 hashicorp/terraform(BSL-1.1/MPL-2.0)。

特性

  • 8 个原生工具:tf_init / tf_plan / tf_apply / tf_destroy / tf_state / tf_output / tf_show / tf_validate
  • 只读操作为主(plan/state/output/show/validate),安全边界清晰
  • plan 的 -detailed-exitcode 语义(exit 2 = 有变更)在输出中标注
  • 支持 plan 文件模式(plan -out → apply tfplan)——可复现、可审阅
  • Schemastery 配置 + bundle patch 层

安装

- insert:
    - id: terraform
      name: './src/index.js'
      config:
        terraformPath: terraform
        workdir: ./infra
pnpm dsh web --patch ./dsh-terraform/cordis.patch.yml

配置项

键默认说明
terraformPathterraformterraform 路径
workdir—默认配置目录
timeoutMs120000单次超时

许可

MIT。