Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevOpsMédio

Terraform AzureRM Set Diff Analyzer

porgithub·github· v1.0.0 · atualizado em 2026-04-10
79
Score

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.

terraformazureazurerminfrastructure-as-codediff-analysisfalse-positiveset-attributes
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdterraform-azurerm-set-diff-analyzer/workflow
1. Generate Terraform plan JSON output using `terraform plan -out=plan.tfplan` and `terraform show -json plan.tfplan > plan.json`.
2. Execute the `analyze_plan.py` script with the generated JSON file: `python scripts/analyze_plan.py plan.json`.
3. The script analyzes the plan and identifies false-positive diffs related to AzureRM Set-type attributes.
4. The script outputs a report distinguishing between actual resource changes and spurious diffs.
5. Review the report to understand the real changes that will be applied.
6. Adjust Terraform configurations if necessary to minimize false-positive diffs.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aDocker Compose Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
86
Similar aKubernetes Deployer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
88
Similar aAppInsights instrumentation
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
81

Árvore do Skill

Terraform AzureRM Set Diff Analyzer
terraform-azurerm-set-diff-analyzer
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.REFLECT
Triggers7
analyze terraform plan for azureidentify false-positive diffs in terraformfilter spurious diffs in azurerm resourcesreview terraform plan output for azure resourcesdetect order-only changes in terraform setscheck for actual resource changes in terraformanalyze terraform plan json output

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança49%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download terraform-azurerm-set-diff-analyzer
$ synaptic skills detail terraform-azurerm-set-diff-analyzer
$ synaptic skills live terraform-azurerm-set-diff-analyzer

Dependências

Terraform

Links

GitHub Repository