From 90c3d9c6ea83baccbc19c7bc7795fde120a54c8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 00:50:30 +0000 Subject: [PATCH] terragrunt: Update to version 0.99.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index c58ad303cf..014c24fc65 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.99.3", + "version": "0.99.4", "description": "Thin wrapper for Terraform that provides extra tools for keeping Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.", "homepage": "https://github.com/gruntwork-io/terragrunt", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "91e924192fece180ac483cba07056bf753f6569c9b34fbd9888b9e0b1af554c4" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "01e4835cb39b75f39d789955e2900dfb6fbf432a70d90eb20bff3f5ca0dd9bc9" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7390fc10665bd3de9b0180ed9bfadb17558009405737c16a58524a2f362caf2b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "08ab5b6ca7057ef3d1fb5409a98cb102ccbb984b1ab075b23fd03a5981159e54" } }, "bin": "terragrunt.exe",