# 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.

- Skill: `cedws/terragrunt-0-92` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add cedws/terragrunt-0-92`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cedws/terragrunt-0-92/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-92

---


# 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.

