From 3244cadcbdd2d51a97ca0b01d28b7af96409ff02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 17 Sep 2020 08:40:24 +0200 Subject: [PATCH] terragrunt: Update to version 0.24.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 5394f3701c..017b960101 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.24.3", + "version": "0.24.4", "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.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "cdc366d617e405cdf62520469d6a9453ba3139182614cb1f416f21c6fc21d04d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.24.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "c03fb7010744f7a65b09914043e15581765cb771d7fd63c3c6c68ca532e57573" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.24.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "e7f09d3d0fc81abc18d5717423a800bb297e8fcce77c6dc2078779ef2c19cab2" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.24.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "7e7e3f2f09da2286617223578c1cfd6d0f787213664e93d5534b25d1ba0d064f" } }, "bin": "terragrunt.exe",