terraform-azurerm-set-diff-analyzer

Identify false-positive diffs in Terraform AzureRM plans caused by Set-type attribute ordering.

github ↓ 8.8k
Claude Code
View source ↗

What it does

  • terraform plan shows many changes, but you only added/removed a single element
  • Application Gateway, Load Balancer, NSG, etc. show "all elements changed"
  • You want to automatically filter false-positive diffs in CI/CD
  • python: command not found: Use python3 instead, or install Python
  • ModuleNotFoundError: Script uses only standard library; ensure Python 3.8+
  • scripts/README.md - All options, output formats, exit codes, CI/CD examples
  • references/azurermsetattributes.md - Supported resources and attributes

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Identify false-positive diffs in Terraform AzureRM plans caused by Set-type attribute ordering.

Source

Repository: https://github.com/github/awesome-copilot

terraform-azurerm-set-diff-analyzer FAQ

What does the terraform-azurerm-set-diff-analyzer skill do?

Analyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive diffs (order-only changes in Set-type attributes) and actual resource changes. Use when reviewing terraform plan output for Azure resources like Application Gateway, Load Balancer, Firewall, Front Door, NSG, and other resources with Set-type attributes that cause spurious diffs due to internal ordering changes. terraform plan shows many changes, but you only added/removed a single element Application Gateway, Load Balancer, NSG, etc. show "all elements changed"

How do I install terraform-azurerm-set-diff-analyzer?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill terraform-azurerm-set-diff-analyzer --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain terraform-azurerm-set-diff-analyzer?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

terraform-azurerm-set-diff-analyzer on getagentictools
[![terraform-azurerm-set-diff-analyzer on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-terraform-azurerm-set-diff-analyzer.svg)](https://getagentictools.com/skills/github-awesome-copilot-terraform-azurerm-set-diff-analyzer?ref=badge)
npx agentictools info skills/github-awesome-copilot-terraform-azurerm-set-diff-analyzer

The second line is the CLI lookup for this page — handy in READMEs and docs.