From a0cc3ecccf7188f7e45f5536b897d30e44428a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 25 Mar 2021 06:06:00 +0100 Subject: [PATCH] terragrunt: Update to version 0.28.16 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 4a6a03535c..121802862c 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.28.15", + "version": "0.28.16", "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.15/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "7799c3ce4ed16f858ce1f7f5b1bdc31fc0835c8b234fa6e0063bc2cfdda9dc10" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.16/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "81a4e54cf99fc3b20db131b3481ce5bd83ce64385e15c03bd61d656c4f7008e5" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.15/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "52acfd582a8a26f631c7b2ba255ea44c6dc7ea7aa6b94f45a99df986542caafe" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.16/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "b48a5fc6faccd336688f99e306aa57ea1aa4f6f7e35e9a1f1ffe20944d679095" } }, "bin": "terragrunt.exe",