# Terragrunt 0 96

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

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

---


# Terragrunt 0.96

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

## Destroy and delegated commands

Breaking behavioural change: dependency checks during destroy became opt-in through `--destroy-dependencies-check`; `--no-destroy-dependencies-check` was deprecated.

Terragrunt's `run` command stopped validating delegated OpenTofu or Terraform command names. The deprecated `--disable-command-validation` flag became unnecessary.

## Experiments

Experimental: `--experimental-engine` became an alias for `--experiment=iac-engine`, with `--no-engine` as the explicit override.

Experimental: `--dependency-fetch-output-from-state` became an alias for the experiment of the same name, with `--no-dependency-fetch-output-from-state` as the override.

Experimental: `filter-flag` added newline-delimited `--filters-file`, automatic `.terragrunt-filters` loading, and `--no-filters-file` to suppress filter files.

