From c684aa6b006dd92ea493b6ad9f98d6df516ae27b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:29:50 +0000 Subject: [PATCH] terragrunt: Update to version 0.55.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index d8a63546aa..e3fcbafc55 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.55.2", + "version": "0.55.3", "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.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "68c5f30312a481ee44f0399c565eb387c973aedaa4d5690d25f59da44903b64e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "68cdda6337dc7373cbc76adbc4144e788a13fb01f92474a945cac9ca5f1bf709" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "f6400554d01342067240c4a0a83bcb7f1b09e0fb23e88eac973b478b3c3575c0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "bb3331fb05b6e7b6fc5dd7e5b563fa9ba3dab099d2e1333b712664531ba62342" } }, "bin": "terragrunt.exe",