From d3a75de023ed636a013baa45cfe17277e6e8b1c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 00:33:32 +0000 Subject: [PATCH] terragrunt: Update to version 0.55.8 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 5947e0e70b..1ba12b65f6 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.55.7", + "version": "0.55.8", "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.7/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "312323154ec0b1ba7890e8505b6114555f7838208718f4e6d2d7a96167c40821" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.8/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "b2c80d4aa2e1f776b2393e422eff2db6af12c25050c9f34899ca980891befe70" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.7/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "14449a2856cfd83cb0f8982d0d5f4dbf8bc5744fa80620e94ba0ac8c74cbb63d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.8/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "793b4f9eafb7e4dad8bbb792b926689e374ce56a740c3c8699a0135605f9117d" } }, "bin": "terragrunt.exe",