Terragrunt 0 91

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

cedws a10c604 2 files · 862 B Updated

File contents

Terragrunt 0.91

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

Dependency data

Breaking change: dependency.<name>.inputs is no longer exposed. Cross-unit data flows through dependency.<name>.outputs, backed by outputs from the delegated OpenTofu or Terraform configuration.

dependency "network" {
  config_path = "../network"
}

inputs = {
  vpc_id = dependency.network.outputs.vpc_id
}

cedws/skills/tree/main/terragrunt/skills/terragrunt-0-91 commit a10c6045c2

Frequently asked questions

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