From 899a903a5e7e2f65c51081c5f6866db48332f21b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:31:48 +0000 Subject: [PATCH] terragrunt: Update to version 0.82.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 7fce6f8835..10750dde44 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.82.0", + "version": "0.82.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.82.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "306a553bfca76c21f91cd35fa9acfa81c78fb87bc66429309ba4d992c4098a8d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.82.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "d53a7d1d9317ac1fc18706590aa33c3cecab8fc9769b67d1b9839e1ba994342f" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.82.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "daa00c717835b9dacd7182951b8c2e15dd1b918f833c959b82a997f1e469cdb8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.82.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "edd93fac5b2ab9f9f0bd424f7627a6f87206684a73b36dc3261b71e33c4cc9f8" } }, "bin": "terragrunt.exe",