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