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