From 676a1142c5f2f7f9d6bdcc4719a3c7fd64938b4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 20:22:41 +0000 Subject: [PATCH] terragrunt: Update to version 0.50.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index a8a8a04869..7594af1410 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.50.1", + "version": "0.50.3", "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.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "7f143f0efc238f95391f205dd1b59e48450c7e96fdda6c335f21767b76e88ea0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "b79f2d8f051dbc18a946faa165904cf7e942354a96bbda5a0aad49146ae6f327" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "aaa793f2ee70fc2b121ecc98ce5090ea8fe538e91bababc2674bf64adf6425ee" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "ca81059c500e39800329a20193ad9221a765937ba2d20d48518c956503322ce0" } }, "bin": "terragrunt.exe",