From 4e1a896f91d7b1c0b5c805cf76c16a10a4d390b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:24:15 +0000 Subject: [PATCH] terragrunt: Update to version 0.50.14 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 7e0646fc0f..206c3a496f 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.50.13", + "version": "0.50.14", "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.13/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "6f721e08ca4c6af788458f528e1502dbe7be3c382bda5ab5b657a412326c28f7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.14/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "e2673b077a2260242493d659b630991bc7b1c698bbbb0028833899cad853b769" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.13/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "8b556f34d4f17b40af805f2b912bc63f84126f4c16083ea8d435939da1d1cf04" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.14/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "df36ba821740489d4480f4d58516b06f985ba91748c4c65525645a6513bba791" } }, "bin": "terragrunt.exe",