Terragrunt 0 85

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

cedws 8a920e7 2 files · 1.2 KB Updated

File contents

Terragrunt 0.85

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

CLI migration

Breaking change: all deprecated flags beginning with --terragrunt- were removed. Their modern counterparts from the CLI redesign are the supported replacements.

Stack paths

Breaking change: stack run no longer assumes every generated unit lives below a sibling .terragrunt-stack directory. Units generated with no_dot_terragrunt_stack = true participate from their configured paths.

The same path-aware behaviour applies to stack output. Within terragrunt.stack.hcl, find_in_parent_folders() resolves from the stack file rather than the CLI working directory.

Experiment

Experimental: runner-pool gained OpenTelemetry integration. It remained experiment-gated in this release.

cedws/skills/tree/main/terragrunt/skills/terragrunt-0-85 commit 8a920e7c45

Frequently asked questions

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