From 058ed3a57fdcac6ed11201e9a148c265323b4b65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:24:41 +0000 Subject: [PATCH] terragrunt: Update to version 0.50.17 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index c044d3a7e6..6dbc02df1f 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.50.16", + "version": "0.50.17", "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.16/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "d07b9aa10b7365f24335cd2e1d80a22f598aea3da5afa6dd566b3f6bd9e51e9a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.17/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ec12a84b9ff8918231bec897c7bbbe31523efc16f6eb5f34a6c1fd23173f1d46" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.16/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "a7d848dca68d60451b971800a71ebc712d06e42985fb2ff4e7fe64f02d04b1b7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.17/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "f41161889be3cc17db6837faf89dbd6f4bf1e7ba773edb790be343b43d74ac77" } }, "bin": "terragrunt.exe",