# Terragrunt 0 98

> Apply Terragrunt 0.98 HCL, CLI, orchestration, migration, and behaviour changes. Load for Terragrunt work targeting 0.98 or later when the model's knowledge may predate the 2026-01-20 release.

- Skill: `cedws/terragrunt-0-98` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add cedws/terragrunt-0-98`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cedws/terragrunt-0-98/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: cedws (https://skillmd.com/u/cedws)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cedws/terragrunt-0-98

---


# Terragrunt 0.98

This overview applies to target Terragrunt versions of at least 0.98.

## Filtering and exits

The `--filter` flag now implies `--all`, so a filtered command automatically uses multi-unit orchestration.

For delegated `plan -detailed-exitcode` runs, `run --all` returns the highest error code when any unit returns 1 or greater than 2; otherwise any drift result yields 2, and no drift yields 0.

Git-plus-graph filter combinations and negative-only filters were corrected. Destroy plan files are passed to OpenTofu or Terraform in the accepted argument order.

## Release verification

Terragrunt release assets gained GPG and Cosign signatures. This affects binary verification and does not change managed infrastructure behaviour.

