Silent Install HQ
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

SHA256 064d5bcb6e88e85e9d68c3e132f11d312bb75a4530e1369cab1b936bfdb1a5cd VirusTotal ↗
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
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…