{
  "id": "devops/terraform",
  "family": "iac-cli",
  "description": "Compact Terraform output while preserving plan changes, diagnostics, and apply failures.",
  "match": {
    "toolNames": ["exec"],
    "argv0": ["terraform"]
  },
  "transforms": {
    "stripAnsi": true,
    "dedupeAdjacent": true,
    "trimEmptyEdges": true
  },
  "summarize": {
    "head": 12,
    "tail": 12
  },
  "failure": {
    "preserveOnFailure": true,
    "head": 18,
    "tail": 18
  },
  "counters": [
    {
      "name": "change",
      "pattern": "Plan:|Apply complete|No changes|will be created|will be updated|will be destroyed",
      "flags": "i"
    },
    {
      "name": "error",
      "pattern": "Error:|failed|Invalid|denied",
      "flags": "i"
    }
  ]
}
