From 9fd7016f66f3ad65bbe1b6d1fead89896827838d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 16 Feb 2021 17:58:42 +0100 Subject: [PATCH] terragrunt: Update to version 0.28.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 677eb9524f..4a938d055a 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.28.4", + "version": "0.28.5", "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.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "838962176f4a7d83d305831b26b85dc9a7f83fd2fc91bc35883afbc666d06630" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "355309b66f4218851a60cc22597536967101529df2b6c4cb9c65f0323e39abb7" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "d2f0573291e261b51f4332c83e89ac48f871b6e9c6e2b75df412f5e3b4b71613" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "85a32d02a71b6e7a16baff443ac4b734cabf95c3c52aa090fab959ccc9202b4f" } }, "bin": "terragrunt.exe",