# Terragrunt 0 88

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

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

---


# Terragrunt 0.88

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

## Explicit command forwarding

Breaking change: unknown top-level commands are no longer forwarded to OpenTofu or Terraform. Supported shortcuts such as `terragrunt plan` remain; other delegated commands use `terragrunt run -- <command>`.

```text
terragrunt run -- workspace ls
terragrunt run -- graph
terragrunt run --all -- plan -var foo=bar
```

The `--` separator distinguishes delegated arguments. Command-specific Terragrunt flags follow the command that owns them; for example, `terragrunt run --all --provider-cache plan`.

The `backend-bootstrap`, `backend-require-bootstrap`, `disable-bucket-update`, and `feature` flags became command-scoped on the supported commands rather than global flags.

