EXE
WinGet
Terragrunt
Gruntwork · 0.82.3 · 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
0.82.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.82.3/terragrunt_windows_386.exe
Release Notes
🧪 Experiments Added
Introduction of the auto-provider-cache-dir experiment
The new auto-provider-cache-dir experiment has been added to automatically configure OpenTofu provider caching when certain conditions are met:
- You are using OpenTofu
- You are using a version of OpenTofu >= 1.10
This leverages recent improvements in how OpenTofu handles provider caching to allow for safe concurrent access to provider plugins in OpenTofu 1.10.
In micro-benchmarks, the native provider cache directory out…