From 9f54bdd72600494f20e2a59410d77a9888ed9953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 9 Mar 2021 08:47:40 +0100 Subject: [PATCH] terragrunt: Update to version 0.28.8 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 7779dae71b..a7f537ed55 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.28.7", + "version": "0.28.8", "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.7/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "81e1fed14fa396920608fc613104e7b8c007d9e98435854fd45a34c692cf91b0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.8/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "8876e958e2118514328612548c704f8055514b4090a2610204a3dcaefc0bb173" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.7/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "f746bb4baeb52c1e195c6665c5d907198cc6a4c7cefc40f40d9204417e61d320" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.8/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "5c439c840061e0f85a7bcf245605f753c8e242cdd18c56827926aa1c78cc7568" } }, "bin": "terragrunt.exe",