From 6edb8d8bb26c2e2e651a6d15359cba0a19d99acc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 20:32:28 +0000 Subject: [PATCH] terragrunt: Update to version 0.99.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 238083d7f0..8e54001501 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.99.0", + "version": "0.99.1", "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.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c1a837d4bf460f63967f316d42902b2923bf5dee69bd72d7393773f532fe08be" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "edaa8226a1df106b740b9469fba8d929033827a225458c3c2e338714ab0fe8f4" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "fbaa6c195a9c0b5ef52a9286cabd4de6ef855913c5df9b22c9d8deb165d09f44" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "089883052b475e69f0d59dca119f81b61d2012aa9d75eca94bd6ae7ce6e1dec3" } }, "bin": "terragrunt.exe",