From 24b98c3125f2a9ee51ff41678cb68cb2c3b9de7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:24:17 +0000 Subject: [PATCH] terragrunt: Update to version 0.50.11 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 89ae07e099..3f3b9d3cd0 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.50.10", + "version": "0.50.11", "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.10/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "baee5f18e6159c48b04b9ff2fa479d064c7dba39f73da351c890cc239ebaf9c8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.11/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "bb96613209a58a00b18f9a70264c58cf7365200088c870e079fdff7b6f87d7d2" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.10/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "ac80f530404d8b15441a4f037a815a11f929cc15d4d55aee8382c8fde0bfbe69" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.11/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "f37638fa4b589209537085a6d59de88291a586e7d6d31c4de44d04be0e1aa76c" } }, "bin": "terragrunt.exe",