From 945128dee5bbdf6bb1f49b2d668cfe6861dcd738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 29 May 2020 19:04:31 +0200 Subject: [PATCH] terragrunt: Update to version 0.23.23 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 7834958bd3..71345572cc 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.22", + "version": "0.23.23", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.22/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "0a6b380e3522b959a1d7505928b72c5dd786605b5e4efbd5ccf6745feccab200" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.23/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ed8dc53bf77f07976118b11fcf273fec9d65b407ceaeaee2e3366c159357c1a7" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.22/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "1d5d3fead2d1c69b9cc2a6ef69441a8b7b26c9381ca5cd3f7079e40f7ddd630a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.23/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "8b6335b9f2df4572d38c25c8e4f7b9e222d2e48287f86ce51f085a714b032874" } }, "bin": "terragrunt.exe",