From 940e3d73c0984cc4c35e8e1861ab9b8fa38430a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 9 Jun 2020 09:46:31 +0200 Subject: [PATCH] terragrunt: Update to version 0.23.24 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 71345572cc..69c37b6928 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/gruntwork-io/terragrunt", "description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.", - "version": "0.23.23", + "version": "0.23.24", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.23/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "ed8dc53bf77f07976118b11fcf273fec9d65b407ceaeaee2e3366c159357c1a7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.24/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "0af0302139abd79827f0e12875a9aec17b44bb53410c5aba6cf534e58ac64a57" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.23/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "8b6335b9f2df4572d38c25c8e4f7b9e222d2e48287f86ce51f085a714b032874" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.24/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "74c0e2f1126a395f2320344393fd18cefb0c29cd80e0bd16c1fc8fba9f8b47c2" } }, "bin": "terragrunt.exe",