From d11b02c8493a6bd6cdb2669c46d4980e0ddb56a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 12:30:39 +0000 Subject: [PATCH] terragrunt: Update to version 0.51.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 6dbc02df1f..26589ce445 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.50.17", + "version": "0.51.0", "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.50.17/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "ec12a84b9ff8918231bec897c7bbbe31523efc16f6eb5f34a6c1fd23173f1d46" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "85df39ef54bc299a490d4dda37c36743146e45371a80d058d43ef470e6e761a8" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.17/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "f41161889be3cc17db6837faf89dbd6f4bf1e7ba773edb790be343b43d74ac77" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "f6653bf6a5dbac2400eed9a3b27606ac103a1c0d0210afefabbef50ca0175128" } }, "bin": "terragrunt.exe",