EXE
WinGet
Terragrunt
Gruntwork · 0.93.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.93.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.93.3/terragrunt_windows_386.exe
Release Notes
🐛 Bug Fixes
hcl validate --inputs regression on validation blocks resolved
A bug introduced in v0.93.1 preventing hcl validate --inputs from succeeding on OpenTofu/Terraform modules with variables containing validation blocks. This was caused by an error in the update to OpenTofu/Terraform .tf file parsing by Terragrunt in the hcl validate command.
That bug has been resolved.
What's Changed
- fix: Allow validation blocks in inputs by @ThisGuyCodes in #5063
- chore: Updating pin to v0.93.2 for re…