Terragrunt 0 89

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

cedws Updated

File contents

Terragrunt 0.89

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

Completed experiments

Breaking behavioural change: the runner-pool concurrency model became the default, dynamically scheduling a unit as soon as its dependencies are satisfied, or its dependants for destroy operations.

The run-report experiment became generally available. Multi-unit runs emit a summary by default; --disable-report-summary suppresses it, while --report and --report-schema-file support detailed CSV or JSON reporting.

Automatic provider cache directory configuration became generally available for OpenTofu 1.10 or later. Terragrunt sets TF_PLUGIN_CACHE_DIR for OpenTofu's concurrency-safe native cache; --no-auto-provider-cache-dir disables it. Terraform does not provide this capability, so Terraform workflows require a different caching choice.

cedws/skills/tree/main/terragrunt/skills/terragrunt-0-89 commit 3477f435d0

Frequently asked questions

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