From 365a0d9d4aebe1fd0a24448d3039915b9e8040fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 2 Sep 2020 11:50:27 +0200 Subject: [PATCH] terragrunt: Update to version 0.23.40 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 1ac182c9aa..07d55cd8f9 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.23.39", + "version": "0.23.40", "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.", "homepage": "https://github.com/gruntwork-io/terragrunt", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.39/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "f9635e34e549b2689b0cb2f65e73b45fb3c662ec68d5e96dbc60ff05db4a9e9c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.40/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "038a46a195da587affe400f77a020d0946ed559c0923b6890788acd538155b2e" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.39/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "051cb9150b2ea1c5a2b30f075d1e4384797a9c61e2154ecf66bf76eca7fc3ba8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.40/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c10a504fcff4edf41486c05655aac6b460edfe8335f5a8be8040ec83a19b19ef" } }, "bin": "terragrunt.exe",