EXE
WinGet
Terragrunt
Gruntwork · 1.0.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
1.0.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/v1.0.3/terragrunt_windows_amd64.exe
Release Notes
✨ New Features
--no-cas flag for disabling CAS per command
The new --no-cas flag disables the CAS for a single invocation, even when the cas experiment is enabled. It is available on run, stack generate, and stack run.
terragrunt stack generate --experiment cas --no-cas
This is useful when you want to fall back to the standard getter path without unwinding experiment configuration.
Generation and runs error when --no-cas is combined with update_source_with_cas = true on any reachable unit, stack…