From 086fed3082d2d9a420afa72f848180b4f2ce7a41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:27:23 +0000 Subject: [PATCH] terragrunt: Update to version 0.88.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 755af19017..bda3d26564 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.88.0", + "version": "0.88.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.88.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "6147424636bb6fdcc71bce93f23dd89934fb9ee329ef9b0402ff4fddce497de5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.88.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "8db12cac5fd757e660162c287bb71e000512d13c32d7ae5b5e2fd37de33e192d" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.88.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "98f028ecb93c1e821690df64ef200008965e3f6bd1aff81a6f77cf9caafac5e5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.88.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "861ffa68f577d94524f55529d256324669bca1ca84e892e5bbbc2c4009a7004f" } }, "bin": "terragrunt.exe",