From 021abdd3dbc26e776890a758899d857d3902a442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 16 Apr 2020 09:45:09 +0200 Subject: [PATCH] terragrunt: Update to version 0.23.10 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 191703db0d..e5cc9ac7b5 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.8", + "version": "0.23.10", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "135ad35d61d6ea174e0c8d7a632fc8e0a4df17e1230469cf68158ebef067bd63" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.10/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "98cab53c46e02881e5084df0b1c0f2695239c730a05c7b4ab1de057773bb9f8f" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "cbe70a77cf3fb1283dcddece247c69f68846794fbd7f5369fa23ee7bd4b6016c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.10/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "ec0180ee60ab6b2bb39e74fa3d80055da6e61f1114cc716057bfa76dfb94edd0" } }, "bin": "terragrunt.exe",