From 83072984a74abe086a5df906c2c0a2d6b51eb7eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 16:30:21 +0000 Subject: [PATCH] terragrunt: Update to version 0.79.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e617071f37..9ac1b63d4a 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.79.0", + "version": "0.79.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.79.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "dd528d29e3678b212d3e3d476eda175a058911de08dad2f16d68ab53852ba024" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.79.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "070f43f92a2dc6b6c954e1fb568a1e87c86b748a41ffdc2c9c76ab52bee40c00" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.79.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "a6a5dd1fe797babb96016dfe9b57035e0f0059260b08301d56b789765a06f186" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.79.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "9fd9c7849b2b0aad8a1b74489dbbf0429e0e7ddbf584cd9e88008b832a417226" } }, "bin": "terragrunt.exe",