Terragrunt 0 92

Apply Terragrunt 0.92 HCL, CLI, orchestration, migration, and behaviour changes. Load for Terragrunt work targeting 0.92 or later when the model's knowledge may predate the 2025-10-27 release.

cedws 4b6fcd5 2 files · 1.1 KB Updated

File contents

Terragrunt 0.92

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

Scaffold execution

Breaking change: the upgraded Boilerplate engine allows hooks and shell helpers in catalog and scaffold by default. Interactive runs request permission; --non-interactive allows them automatically. Untrusted templates can be constrained with --no-hooks --no-shell, or by setting no_hooks = true and no_shell = true in the catalog block.

Filter experiment

Experimental: with filter-flag active, hcl validate accepts unit and stack filters. hcl fmt accepts file-path filters only. Multiple --filter arguments form a union, while a pipeline within one expression refines the selection.

cedws/skills/tree/main/terragrunt/skills/terragrunt-0-92 commit 4b6fcd5d7a

Frequently asked questions

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