From c0ecb33743a652a27d20f8567570220172fc2396 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 16:29:13 +0000 Subject: [PATCH] terragrunt: Update to version 0.75.10 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index b2e943f07b..47ab479c3d 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.75.9", + "version": "0.75.10", "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.9/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "57da9d23e78504fe407b79186048731c16d858c0ce98f3614fe766749753ed6a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.75.10/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a48588915e94dc3184e7e1d4b47c73caf6c03fb504a2f23963bddb852faf185e" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.75.9/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "02cd6f6802f5cc9efe13ec73352da8c31e385f3e1668e1302750ae8e21bfd055" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.75.10/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "11c32457863ce5572b8c4f5f226132f570d6d496261e47c2fdb1a13001b7c4b0" } }, "bin": "terragrunt.exe",