From 617e446919b57844e12aa059aace74e12feb2971 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:28:56 +0000 Subject: [PATCH] terragrunt: Update to version 0.72.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 15156edcd2..422cb42f8d 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.72.2", + "version": "0.72.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.72.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "897f256267d32a620c05a71e5ce63e18afaaaf6660f5c6d048b9fcbb586a559a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.72.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "97f5c975864052c257f5783b61f04900289adebfd8f61ec2ced48de9eddb9274" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.72.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "cf4811fe4ef4e580f21217d9905105749340b7a838846c235ca3496f0078b69e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.72.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "4583d8e1e2a6eac87612557259ed6ea2ed94b3d7086843e56d12ed8cfc470167" } }, "bin": "terragrunt.exe",