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