From 41408a9732e7e13ca73c422c3e37fde485549f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 28 Apr 2020 11:55:39 +0200 Subject: [PATCH] terragrunt: Update to version 0.23.12 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e5cc9ac7b5..d77404dbae 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.10", + "version": "0.23.12", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.10/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "98cab53c46e02881e5084df0b1c0f2695239c730a05c7b4ab1de057773bb9f8f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.12/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "c587119f307cd22908be764227b711f8d2d4501e855d804eeda552a3b6073970" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.10/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "ec0180ee60ab6b2bb39e74fa3d80055da6e61f1114cc716057bfa76dfb94edd0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.12/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "fe90034237dbdd32a65f48470c3db18f66debeec751be8de2db181c8968ef193" } }, "bin": "terragrunt.exe",