From b5754090e740b213a9e8b05777fdb2e811b6f05d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:30:24 +0000 Subject: [PATCH] terragrunt: Update to version 0.55.6 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 0f7cc7bd72..4732a0b568 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.55.5", + "version": "0.55.6", "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.5/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "1d32da37b47af8e8af1b9d3f7f42b4f613890e2fb326e494fe734b19b102f14d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.6/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "15070d0faddb436a3ee4945e59fed5faf12d79b1cd298efffb9dac5e3ddff731" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.5/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "9c2575d1672644f8c5107236bdb31d74283201e27b3bd53dbd8de86b724e5031" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.6/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "794758622ffd57030a4428a3f4b2b6cfa1b5e0d8f8792f41cbfcf1e6c10db2d9" } }, "bin": "terragrunt.exe",