EXE
WinGet
Terragrunt
Gruntwork · 1.0.6 · x86
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_386.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Gruntwork.Terragrunt
Version
1.0.6
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/v1.0.6/terragrunt_windows_386.exe
Release Notes
🐛 Bug Fixes
terragrunt no longer hangs when download_dir is a non-hidden subdirectory of the unit
Setting download_dir (via the attribute, --download-dir, or TG_DOWNLOAD_DIR) to a subdirectory of the unit's working directory whose name did not start with a dot caused commands that prepare the OpenTofu or Terraform source (apply, plan, run, and similar) to hang.
For example:
# /infra/web/terragrunt.hcl
download_dir = "cache"
terraform {
source = "./mod"
}
Here terragrunt apply would copy ./mod…