# Terragrunt 0 95

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

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

---


# Terragrunt 0.95

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

## External dependencies

Breaking behavioural change: `run --all` excludes dependencies outside the current working directory by default. The deprecated `--queue-exclude-external` flag therefore became redundant; `--queue-include-external` explicitly includes those dependencies.

## Compatibility and caching

Terragrunt 0.95 was continuously tested with OpenTofu 1.11.1. The provider cache server was documented as generally available and opt-in, particularly for Terraform or environments that cannot use OpenTofu 1.10's automatic native provider cache directory.

## Filter experiment

Experimental: `filter-flag` gained Git-based expressions such as `[main...HEAD]`, usable for selecting units affected between Git references.

