From 7fc98f18bc46a6ba815f792f7e808c01af8ba8e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:37:15 +0000 Subject: [PATCH] terragrunt: Update to version 0.71.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index cf11f5eea8..f3bcab9ecb 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.71.4", + "version": "0.71.5", "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.71.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "0d3b3bfc72338c65d83c23a7cb2955db330c1a77a72172f3679bca09f7c39ac5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.71.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ea882d175985778f49a38a32fd75dbda9980975a00cfe0c9fddd84221de4ffbe" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.71.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "a80564bc41adbfe16b5e423c4092bc5e41777ad0791a784ef263f46800ac0d93" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.71.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "95bd57b565075bba93f4d40b1fdb48992f0588e90caa49a4325e4ec03f832fcb" } }, "bin": "terragrunt.exe",