From f7dd1244d2a0da4932147f5ec483cfc6a09de2a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:31:39 +0000 Subject: [PATCH] terragrunt: Update to version 0.51.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index dd173f3c46..7b0900b1cb 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.51.3", + "version": "0.51.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.51.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "fe09157538036687cf9d9e63292d5450a0d2af62d673dc75e85503a3385dc58d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "5a56953ebcb7f77616ca7470bb53baae57be02539534cc4e00103c757f003b77" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "312c969ca6db725a46e029c8a016c3081ecf34c53fa88326725776b4be9c4c10" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "f8409f627d66f21fb19a5565f31bfb4539bb48a36ba74ea2597356cbf8dbb7b1" } }, "bin": "terragrunt.exe",