Silent Install HQ
EXE WinGet

Terragrunt

Gruntwork · 0.82.4 · x86

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Portable application — no installation required. Run the executable directly from any location.

File Identity

SHA256 12d7f3621e7183705e3f130660a41197c3338f6bb4347b39914198a1ae990371 VirusTotal ↗
Filename terragrunt_windows_386.exe

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID Gruntwork.Terragrunt
Version 0.82.4
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
Release Notes ✨ New Features Support for OpenTofu 1.10 Native S3 Locking The remote_state S3 backend now integrates natively with the OpenTofu 1.10 feature of state locking via S3 without the usage of DynamoDB using the new use_lockfile attribute. # Configure OpenTofu/Terraform state to be stored in S3 with native S3 locking instead of DynamoDB. # This uses S3 object conditional writes for state locking, which requires OpenTofu >= 1.10. remote_state { backend = "s3" config = { bucket = "my-tofu-…