EXE
WinGet
Terragrunt
Gruntwork · 0.91.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
terragrunt_windows_amd64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Gruntwork.Terragrunt
Version
0.91.0
Description
Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.
License
MIT
↗
Installer URL
https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.0/terragrunt_windows_amd64.exe
Release Notes
Removal of behavior where inputs are read from dependencies
🛠️ Breaking Changes
Removal of behavior where inputs are read from dependencies
Terragrunt no longer exposes dependency inputs as accessible values.
This change improves performance and simplifies dependency handling by removing a feature that significantly slowed configuration parsing due to a requirement for recursive parsing of dependencies of dependencies for every dependent.
If your configurations currently access dependency inputs…