Silent Install HQ
EXE WinGet

Terragrunt

Gruntwork · 1.0.7 · 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 14719cdba254818cf5a36b123739251b97bb8a98ac42ae789620b5e25d49e32a VirusTotal ↗
Filename terragrunt_windows_386.exe

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID Gruntwork.Terragrunt
Version 1.0.7
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 ✨ New Features tfr:// source URLs accept an optional version The version query parameter on tfr:// source URLs is now optional. When omitted, Terragrunt queries the registry's list-versions endpoint and downloads the latest stable version, matching how OpenTofu and Terraform resolve a module reference that has no version constraint. terraform { source = "tfr:///terraform-aws-modules/vpc/aws" } Prereleases are excluded from resolution, so a registry that only publishes 4.0.0-rc1 alongside 3.3.0…