EXE
WinGet
Terragrunt
Gruntwork · 0.77.7 · 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.77.7
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.77.7/terragrunt_windows_386.exe
Release Notes
✨ New Features
Users can now configure a custom default template for scaffold and catalog commands in their catalog configuration blocks like so:
catalog {
default_template = "git@github.com/acme/example.git//path/to/template"
}
For more information, read the documentation in the catalog feature.
Special thanks to @tgeijg for contributing this feature!
What's Changed
- feat: Adding custom default template #3658 by @tgeijg in #4035
- fix: Updating docs after #4035 by @yhakbar in #4117
- chore:…