From 2f25e6f0516b61f74879ff5060359c5aca17d5c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:27:58 +0000 Subject: [PATCH] terragrunt: Update to version 0.71.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index a0fefff136..ce91416236 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.70.4", + "version": "0.71.1", "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.70.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "0ac389e6e3fe0723791a86d97edb30bb6c156dc456e726c4a1b2d6c3ea02808e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.71.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "5ba21911dc80d9921507450ffa1b997a4889d6dffa2bbe5692643ff28d9e5d0c" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.70.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "b6eea7550a0ecc9c5055936124e1260c8eb7baf21146a3c6ee9a4f6856c1d4ca" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.71.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "1692595fd52e1248ad8b975ae93b8645ecd367a36b13b39494c370b1746efdd7" } }, "bin": "terragrunt.exe",