From 0f34c82abd7da4771df4e82b7d23c378cfad2673 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:23:48 +0000 Subject: [PATCH] terragrunt: Update to version 0.55.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e3fcbafc55..8091f65e23 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.55.3", + "version": "0.55.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.55.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "68cdda6337dc7373cbc76adbc4144e788a13fb01f92474a945cac9ca5f1bf709" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "9f96cc61d8fa582876974cfc40d42984e001940f6450abd0f9d1bd3e56932b28" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "bb3331fb05b6e7b6fc5dd7e5b563fa9ba3dab099d2e1333b712664531ba62342" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "edb8e81cc94e5ad9daa370724edc93a0257d79235109941dd023def2a5db96d0" } }, "bin": "terragrunt.exe",