From 3b556be55b0b82c0ae92d70c744635ec2b5615e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:28:29 +0000 Subject: [PATCH] terragrunt: Update to version 0.75.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index cbb07bd50f..308b2e11d3 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.75.1", + "version": "0.75.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.75.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "25b5d09cfb5826ba91c7b1bcae1466089b11dc1739d798b3498c5ff7aebef6d6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.75.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "41b57bd51ec53d8add09af320e61193514935b306774b8aeea0c80b182436b94" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.75.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "14d00d8d123d08e8539a7b53f5dd06eb229770b3bb705b15f11d34746bd70d67" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.75.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "746469723169906f01b412604b68ef58e14a0977c88e6b9c81c8e25051d5772c" } }, "bin": "terragrunt.exe",