From 43d4c954033a638b0414e77ed12e760314aa1b6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:04:59 +0000 Subject: [PATCH] terragrunt: Update to version 0.55.19 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index f2498a8b1b..c67abe89fd 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.55.18", + "version": "0.55.19", "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.18/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "25a6bc1fe02ef97725b61204459db53acc55928b51255fb14c449e6575c676bb" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.19/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "1f14c216ec547390690c93962045dbe7ee507734ff51d9965d0d43c6ca729af1" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.18/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "66cbf42a5bd50a2ae6f366fb5cf3283ee798f1f6e72191211d2a90bf9a513624" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.19/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c91f089a2dbbb8179e368290b552c153870ab8059db88a9cc5bab664588cbb8c" } }, "bin": "terragrunt.exe",