From feaece657bb43267bb8d95711c59b16837bae3e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 00:32:54 +0000 Subject: [PATCH] terragrunt: Update to version 0.50.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 4c3b4cfda7..a8a8a04869 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.50.0", + "version": "0.50.1", "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.50.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "2cd3d9c77358865d9d5df1d19abc671d9895e0de8aa26a023ad01795b1acf788" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "7f143f0efc238f95391f205dd1b59e48450c7e96fdda6c335f21767b76e88ea0" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "0a6a7f871ea759a2f54a2e58eda87bdf3227cd69c545cb95cda89c05cea0a140" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "aaa793f2ee70fc2b121ecc98ce5090ea8fe538e91bababc2674bf64adf6425ee" } }, "bin": "terragrunt.exe",