From 7f2d741b8411c3c5d59f50c45adfc976117a2b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 10 Sep 2020 15:20:58 +0200 Subject: [PATCH] terragrunt: Update to version 0.24.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 6b5be48ed4..977a4aa8cc 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.24.0", + "version": "0.24.1", "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.", "homepage": "https://github.com/gruntwork-io/terragrunt", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.24.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c518ee21b48088cb7895795b13ed0137f824ad453d81b70f85455d3bbc67aa1d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.24.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a4596a6d9a0aa60810ca72b99c514dde5b0da85282d0caa5c62e875fff497810" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.24.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "f67be8ab4d3f981fae8eac948cbf72184bbc9bbed242b59ed011d77edce529c8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.24.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "f8caa63e9fbfa2dc43359aebe4c1cf02cf1db956bb873619cb4446b44643f4ac" } }, "bin": "terragrunt.exe",