From 557304097a942e7dbef4b3cac72420040ae84c2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 00:41:41 +0000 Subject: [PATCH] terragrunt: Update to version 0.82.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 10750dde44..405aa2b86b 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.82.1", + "version": "0.82.2", "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.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "d53a7d1d9317ac1fc18706590aa33c3cecab8fc9769b67d1b9839e1ba994342f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.82.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "b1c14a072dba9de8f8e805a2f3a7a71d86d0ea736292d917bf39e4a1f7559353" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.82.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "edd93fac5b2ab9f9f0bd424f7627a6f87206684a73b36dc3261b71e33c4cc9f8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.82.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "fec90f23683d1d25b99534e87ad468469c9b4900bff198dc6eb7f62fefedbd3b" } }, "bin": "terragrunt.exe",