From 9abfb0f890f3b80e5b1bb6278f1567ef1901b498 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 16:31:15 +0000 Subject: [PATCH] terragrunt: Update to version 0.96.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 46ef2dddc7..e04861c515 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.96.0", + "version": "0.96.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.96.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "08b5ff4e5a22978ca4f541b590f0e4edb6e2d6481c92a9ba8021175da6f61023" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.96.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a037799ba774a518ffab2241009a74b261bfa725854642ab70a101e8b872dd69" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.96.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "689229c2e1991bdf089004a88b6fcf62184c5398de7d851eb8ce19ca7df9df1d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.96.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "d2fa1dc00d9ea511781498ece28db8eaa36ae5e98271107517503b341423a8b6" } }, "bin": "terragrunt.exe",