Terragrunt 0 97

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

cedws c2f8873 2 files · 1.3 KB Updated

File contents

Terragrunt 0.97

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

Filtering

Completed experiment: filter-flag graduated, making --filter and --filters-file generally available. Filter expressions form the unified selection API for paths, exclusions, reading relationships, external dependencies, and graph traversal; legacy queue flags remain compatibility aliases.

The deprecated --units-that-include flag became an alias for the reading= filter. The deprecated --queue-strict-include flag became a no-op because selected units no longer automatically include their dependencies.

Breaking behavioural change: a trailing ** in CLI globs matches all paths, completing the double-star strict control.

Within terragrunt.stack.hcl, get_original_terragrunt_dir() resolves to the stack file's directory even when another configuration reads it.

cedws/skills/tree/main/terragrunt/skills/terragrunt-0-97 commit c2f88739df

Frequently asked questions

npx skillmds@latest add cedws/terragrunt-0-97