From 899a4b2dd3770dfa290e9efbd60030507a7642ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 15 Jun 2020 08:44:23 +0200 Subject: [PATCH] terragrunt: Update to version 0.23.27 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 3a9f884026..06f99a9a63 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.26", + "version": "0.23.27", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.26/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "681b5637abb44c41ce21e416cf24d60f14eda2fac0ff4f18ac70ec1d9004d1f3" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.27/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "cff20dfee0539c49755978a29a70ceb68e08d4fcd11f961d0f159b527af306ff" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.26/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "f12793dce0195a5731d4e08c38d79317b45dd31187ec0f0e9d8b24ec18399e15" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.27/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c7bf2f8c322b023721188569ea601a0fd7571f020ba692a656fd26f7e7d0a7cd" } }, "bin": "terragrunt.exe",