dsh-terraform
其他 活跃维护

dsh-terraform

satan9394/dsh-terraform

DSH skill: Terraform 模块库,模块设计/变量输出约定/IaC 最佳实践(受 wshobson/agents 启发)

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-terraform
git clone https://github.com/satan9394/dsh-terraform.git
git clone git@github.com:satan9394/dsh-terraform.git
README.md main

dsh-terraform

Terraform 模块库:模块设计、变量/输出约定、版本管理、IaC 最佳实践
(计划评审/state 管理)、安全。

受 wshobson/agents(38k★ MIT)
的 cloud-infrastructure/terraform-module-library 技能启发,改编为 DSH
中文原创精简版。

安装

dsh plugin --profile web add dsh-terraform
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-terraform
# 重启 dsh web 生效

使用

对 agent 说"写 Terraform / 搭 IaC",terraform 技能输出
模块结构 + 变量/输出约定 + 最佳实践清单。

结构

dsh-terraform/
├── index.js           # 注册 skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/terraform/SKILL.md

License

MIT。原创精简改编,灵感来自 wshobson/agents(MIT)。