From 23b232ee3177108653ddcff26c0cef20a37be6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 16 Mar 2021 15:22:54 +0100 Subject: [PATCH] terragrunt: Update to version 0.28.13 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 684a6ee85f..065999f5c2 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.28.12", + "version": "0.28.13", "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.28.12/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "a437ad670ea98e9d269939979d53db8f436b9a4bf1d72d6081f6ee1a7245ba00" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.13/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "548f5efba4cd09379ac6d7d464e1ef36a2e25d7adec50021d47b145c8fada99d" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.12/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "6f61585d7f485a9d799a8776b2fa16e29c62c67b517754dcd623ced79b039584" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.13/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "d4f9a4a95349d578f2baa888ff87f5ec7c95443715694445e3f0af66cfca57da" } }, "bin": "terragrunt.exe",