From 73404f91628fe7f9931224c3cd67ab911989811e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 27 Aug 2020 08:26:35 +0200 Subject: [PATCH] terragrunt: Update to version 0.23.36 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 3d04079231..8db2497efb 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.23.35", + "version": "0.23.36", "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.35/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "be504984a679f1797a85696c6c856c22f733e4fed7655d5d93a3471a75d36b79" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.36/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "7b96ae405e8f4ab9a07a71ce02e58f050778a0f792f48fdb6bd63165cc96b008" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.35/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7374f263fbc1da2b3b609bf3eb1fcdf82ec8ac3c78c7295ddc0fea206566d609" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.36/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "786ee0c03059cf802a4c07ab00a2d35fc579cc2c483b9469a6df4034989cdac1" } }, "bin": "terragrunt.exe",