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
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
↗
Installer URL
https://github.com/gruntwork-io/terragrunt/releases/download/v0.80.3/terragrunt_windows_amd64.exe
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…