From 4fa1cb90856bf2729e4564b5499a9929a926c532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 8 Apr 2020 13:51:28 +0200 Subject: [PATCH] terragrunt: Update to version 0.23.7 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index c8aed705c5..049780235f 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.6", + "version": "0.23.7", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "a51837096a3068ddf7719ffe6e0b5c514de5965062d2c3b922679d6a8e88d569" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.7/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "e13e9c37c3dc2ea047b5a1899476f841cf18feda19d6bb50b5288fc8d555a762" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "d4626ec5063d4005cd2dff75b4095c8971207f24ed4fb419a44d4ed5a9e1e98f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.7/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "2335de8b9a9468cb2a4a14692522f037e1d4445c9430627b4d57187df390a1d4" } }, "bin": "terragrunt.exe",