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.