Silent Install HQ
EXE WinGet

Terragrunt

Gruntwork · 0.80.3 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Portable application — no installation required. Run the executable directly from any location.

File Identity

SHA256 1fbd7d7e7f58d9e0a793f2710d92b94de3ffc92a37e3675c1586f18fe1c3039d VirusTotal ↗
Filename terragrunt_windows_amd64.exe

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID Gruntwork.Terragrunt
Version 0.80.3
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 🏎️ Performance Improvements Significant performance improvements for run --all The performance of run --all has been improved in two significant ways: 1. Performance for named includes has improved. Backwards compatibility for bare includes required that Terragrunt do some inefficient work internally to handle both named includes and bare includes by doing an in-memory rewrite of Terragrunt configurations. An optimization has been introduced to avoid this behavior when users use named include…