From 4f19efd2b87b68944e27c841b3567231f75b7407 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:24:47 +0000 Subject: [PATCH] terragrunt: Update to version 0.54.21 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 233dbda91b..d84883c1fa 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.54.20", + "version": "0.54.21", "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.54.20/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "7c08675703884eea4e248e2286f869c55574ac403de6fdfd9705a7139b8e0d14" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.21/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "922d3881ad7b0cc9968644220dc18b3e3549e5a7576ccfe8e0660b6a10060a3a" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.20/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "b3d1ce43298238259504aca5a2ae86e5cb837be8e3c061f8fcf6c65d6f0f3399" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.21/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "fc1faef68bc04fe0533dc5f4450afa399840d7a8b223514c4d6521e3810b7fd8" } }, "bin": "terragrunt.exe",