From 52b1b70f4dad035c745c28169cd8467f4a04833e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 00:54:04 +0000 Subject: [PATCH] terragrunt: Update to version 0.99.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index a87a396331..c58ad303cf 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.99.2", + "version": "0.99.3", "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.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "1a062788e5aa8c79867ac5bce53251a194d3f818714704e5a1aef0a141069dc6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "91e924192fece180ac483cba07056bf753f6569c9b34fbd9888b9e0b1af554c4" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "c047c698c23030d1d7cf36419f2c1add9c62eb225dac7982d07e952f9633c457" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "7390fc10665bd3de9b0180ed9bfadb17558009405737c16a58524a2f362caf2b" } }, "bin": "terragrunt.exe",