Terraform Azurerm Set Diff Analyzer
Analyzes differences between Terraform state and Azure Resource Manager deployments for proactive drift detection and remediation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add terraform-azurerm-set-diff-analyzer npx -- -y @trustedskills/terraform-azurerm-set-diff-analyzer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"terraform-azurerm-set-diff-analyzer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/terraform-azurerm-set-diff-analyzer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The terraform-azurerm-set-diff-analyzer skill helps analyze differences between Terraform configurations for Azure resources. It identifies changes in resource sets, such as additions, removals, or modifications, which is useful during infrastructure-as-code (IaC) reviews and updates.
When to use it
- Before applying a Terraform plan to review potential changes in Azure resources.
- During CI/CD pipelines to validate that only intended changes are being made.
- When troubleshooting discrepancies between the current state and desired state of Azure infrastructure.
- To ensure compliance with governance policies by analyzing resource modifications.
Key capabilities
- Compares Terraform configurations against existing Azure resources.
- Highlights differences in resource sets, including additions, deletions, or updates.
- Integrates with Terraform workflows for automated analysis.
Example prompts
- "Analyze the difference between my current Terraform configuration and the live Azure environment."
- "Show me what resources will be modified if I apply this Terraform plan."
- "Compare the resource sets in two different Terraform states for Azure."
Tips & gotchas
- Ensure that your Terraform state is up to date before using this skill for accurate results.
- This tool may not detect changes in non-resource configurations, such as variables or modules, so use it alongside other validation tools for full coverage.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.