From 8135ccd802957580c979b71a5f93078c1517039f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 16:29:56 +0000 Subject: [PATCH] terragrunt: Update to version 0.80.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 10131a6406..21ead9b6ea 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.80.2", + "version": "0.80.3", "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.80.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "ec7f27230c9a5bbc15fffd534f10fff33522e3c092609e9531aec16e11a9af3b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.80.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "1fbd7d7e7f58d9e0a793f2710d92b94de3ffc92a37e3675c1586f18fe1c3039d" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.80.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "bd269756e15099c96ed48ab09bd11572074d3e40c811ca46552e5ef2b3affcd8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.80.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e4b7ebf2abb7ee6f8abcab1fef684e6538ebb903510b08b097d5f947e634a32c" } }, "bin": "terragrunt.exe",