terraform-azurerm-set-diff-analyzer
✓分析 AzureRM 提供程序的 Terraform 计划 JSON 输出,以区分误报差异(集类型属性中的仅订单更改)和实际资源更改。在检查 Azure 资源(例如应用程序网关、负载均衡器、防火墙、Front Door、NSG 以及其他具有因内部排序更改而导致虚假差异的集合类型属性的资源)的 terraform 计划输出时使用。
SKILL.md
A skill to identify "false-positive diffs" in Terraform plans caused by AzureRM Provider's Set-type attributes and distinguish them from actual changes.
Terraform's Set type compares by position rather than by key, so when adding or removing elements, all elements appear as "changed". This is a general Terraform issue, but it's particularly noticeable with AzureRM resources that heavily use Set-type attributes like Application Gateway, Load Balancer, and NSG.
These "false-positive diffs" don't actually affect the resources, but they make reviewing terraform plan output difficult.
分析 AzureRM 提供程序的 Terraform 计划 JSON 输出,以区分误报差异(集类型属性中的仅订单更改)和实际资源更改。在检查 Azure 资源(例如应用程序网关、负载均衡器、防火墙、Front Door、NSG 以及其他具有因内部排序更改而导致虚假差异的集合类型属性的资源)的 terraform 计划输出时使用。 来源:github/awesome-copilot。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/github/awesome-copilot --skill terraform-azurerm-set-diff-analyzer- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-02
- 更新时间
- 2026-02-18
快速解答
什么是 terraform-azurerm-set-diff-analyzer?
分析 AzureRM 提供程序的 Terraform 计划 JSON 输出,以区分误报差异(集类型属性中的仅订单更改)和实际资源更改。在检查 Azure 资源(例如应用程序网关、负载均衡器、防火墙、Front Door、NSG 以及其他具有因内部排序更改而导致虚假差异的集合类型属性的资源)的 terraform 计划输出时使用。 来源:github/awesome-copilot。
如何安装 terraform-azurerm-set-diff-analyzer?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/github/awesome-copilot --skill terraform-azurerm-set-diff-analyzer 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/github/awesome-copilot
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-02