From ff8d6f184f9ad4a7376e0bb92607c4aecc88fbc4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:29:33 +0000 Subject: [PATCH] terragrunt: Update to version 0.73.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index f64c5cdab9..cbaee35114 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.73.2", + "version": "0.73.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.73.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "076567b18816ad59e873150af501ae2225d6ed2d9d562a2ec1c6f27192d2935d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.73.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "46ac3072a91af3e0c7d1d301beaf97792db760ce4af647ff41553be9c081d3a2" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.73.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "8a124cfbe4231d787cd5a238e514029ae7173b13de83af7b0862458f793e647d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.73.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "bfd9d8eb575cb0dc320e8e0becc41391377de07e4b6d78e1492e291525b346fa" } }, "bin": "terragrunt.exe",