From 226f37e5766a365a0e962794fcbfe94265d409db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:30:13 +0000 Subject: [PATCH] terragrunt: Update to version 0.75.6 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 1149d3daf8..aeeb9a1b93 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.75.5", + "version": "0.75.6", "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.5/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "9cceaa9136a67338da272c6eada2692c6396f763b5057c65528218e49a17bc9c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.75.6/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "2c985f5fa39f7250fac93709155b10b8101819662047ad32b213d10c520ab738" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.75.5/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "e8439c25f39411eeef4242b56a631d1d9390dfdb7dbd5c261332b82714dcdda1" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.75.6/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "9fd05de3aaf7fa00acf49e701fff257c3b44eeca0a19665b1747cfd5092a0027" } }, "bin": "terragrunt.exe",