From ee708fbfd3276d715d0bc7bf61e73c65662c454c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:25:13 +0000 Subject: [PATCH] terragrunt: Update to version 0.55.10 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 55c6729733..2d7f493840 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.55.9", + "version": "0.55.10", "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.9/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "29bf6de4a0348c2ba0d502ec82d6bd2724fa2a2fab28318309c074feade01b5f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.10/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "8d8ef419cca41db2aaa5bd6e499acc2715af1cae55b21a99f5da843b1abd400a" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.9/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "2142abadd0c20e7a1f1b63d1bf8ee7632bdbcb07417385c04be65a4fbdd94b39" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.10/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "64ca6947f53ac1d2160f7af3d09a9dd51b46e4af1180225e2e61afe6d5f3bee0" } }, "bin": "terragrunt.exe",