From 3f96dedaf382a4c27c6168e263cf919ffab9b61a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:28:40 +0000 Subject: [PATCH] terragrunt: Update to version 0.87.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index d4848c2665..5e04f26978 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.87.0", + "version": "0.87.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.87.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "ef4cc336e81ec642fa7ef1d4fbd7a0bc2aeeb79bd312788346ca57e3d723d894" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.87.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ec142f2539e2632af80441229f560e3264fbab58a7d959f8318181bbca7b01b3" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.87.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "89a556e193ce8d286ecef4ad86a9ec45cefee1a3709d14bb745bc93a98ca84d6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.87.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "1673a566e6fdfbe1c808801da8fa6086e2454879ee39c4f5090b8cbb79e0aef1" } }, "bin": "terragrunt.exe",