From 85c8891e1280a14681bf0a79efa69f4e6e514f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 15 Apr 2021 14:15:55 +0200 Subject: [PATCH] terragrunt: Update to version 0.28.22 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index a33c32753c..516a76f6ec 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.28.21", + "version": "0.28.22", "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.21/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "29a36971f1d55138d44e0dac0e0f0242309299db3ed9f115f2ced15fc5a7627f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.22/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "8114f39d9f72816d83fb687349289ff83e91b3ff2895266137f68d5d454a0ff1" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.21/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "4bdbaf6ba1396cc817333db0b5d2ce1d8321aa23668706d5d622269b61f0d24f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.22/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "44d18cf2e4cf5f8548cc08506404b9aa068bd48d6b8afa37cf88a8a94a607cad" } }, "bin": "terragrunt.exe",