From 30279fe2fc61899f22508af364e8c370e3fc68ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 8 Apr 2021 12:03:20 +0200 Subject: [PATCH] terragrunt: Update to version 0.28.19 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 53b8e5b9be..490bc2601c 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.28.18", + "version": "0.28.19", "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.18/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "56860540ca4b95fdcb739777829a4ba3a682c193f557d646e89576d46f20216b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.19/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ca9bc057590bf0df524d9add262f3524fa547595bec4a0f5c7a517eb667b3a24" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.18/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "6b42ca94066d54bac3efd4d2976fa8c6c03b23a5e9feb31d2f3ee14cacd51532" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.19/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "f9da158a7fca9bd39bc763e60673859a1ec02c2649b3858303f025b3d55897cb" } }, "bin": "terragrunt.exe",