From e7dcddf83611ad5d46a7d6c6d9eef7d8454d4f4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 16:30:09 +0000 Subject: [PATCH] terragrunt: Update to version 0.82.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e648cc5449..3c405b1832 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.82.3", + "version": "0.82.4", "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.82.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "93ff19dc729516d0efd36876774613bce75f32eba69db507e59d005b45d4f877" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.82.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "d1fea4f69a6fe8478c33dc658ceadb7f9dfcb7f1051dc6b128bbecf1eee05bde" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.82.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "12bb09d685c6c97d7ab600b2413a2d42a80a6b4f6cb18164ee4692d6dde0a29a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.82.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "12d7f3621e7183705e3f130660a41197c3338f6bb4347b39914198a1ae990371" } }, "bin": "terragrunt.exe",