From 6d227c462501c3f8eda67dcf543b63a78d4325fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:26:33 +0000 Subject: [PATCH] terragrunt: Update to version 0.55.13 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e37feaf0f0..3568db6aa6 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.55.12", + "version": "0.55.13", "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.12/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "53aecadc0719b036dba25643dcf4c33409c0aad9e8c11effbe0b37286ba5fad8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.13/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "b3e4487dc8f27730dee3d788aefffbc48bac060d84a95e0e2937a3a584751e14" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.12/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "1030a74cc6f324ea2dc1e7cb4d0c44259a225e8b4dfa6e46670491e837560668" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.13/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "ad912ced2eea3fc6a1fd35cfddfc99b7e4210f95794540b0400fc2841ba91e0a" } }, "bin": "terragrunt.exe",