From 80d77d121b016a6b908c52dbf9fa3d15321f4092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:29:06 +0000 Subject: [PATCH] terragrunt: Update to version 0.71.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 9eee6d5a10..cf11f5eea8 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.71.2", + "version": "0.71.4", "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.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "f541d288c868ecd23a9d721bb623c9cba3740bad961bec28a6fd1f00a1510fc1" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.71.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "0d3b3bfc72338c65d83c23a7cb2955db330c1a77a72172f3679bca09f7c39ac5" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.71.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "f37ed8b1bd124c10fedf90e6521cc12662de672768c3f9ef2551428a25d2a470" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.71.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "a80564bc41adbfe16b5e423c4092bc5e41777ad0791a784ef263f46800ac0d93" } }, "bin": "terragrunt.exe",