From 86af24e537e12028210929db5794dde8867b69eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 00:32:55 +0000 Subject: [PATCH] terragrunt: Update to version 0.55.9 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 1ba12b65f6..55c6729733 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.55.8", + "version": "0.55.9", "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.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "b2c80d4aa2e1f776b2393e422eff2db6af12c25050c9f34899ca980891befe70" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "29bf6de4a0348c2ba0d502ec82d6bd2724fa2a2fab28318309c074feade01b5f" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "793b4f9eafb7e4dad8bbb792b926689e374ce56a740c3c8699a0135605f9117d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "2142abadd0c20e7a1f1b63d1bf8ee7632bdbcb07417385c04be65a4fbdd94b39" } }, "bin": "terragrunt.exe",