From 191913996b8a501e3a2339b403be91010d7b784e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 16 Mar 2021 08:35:22 +0100 Subject: [PATCH] terragrunt: Update to version 0.28.12 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 12cf5982aa..684a6ee85f 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.28.11", + "version": "0.28.12", "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.11/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "e115e05c5ccca4738959bc24ef8fcdb698691ed965947aec3818328d9656bf6e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.12/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a437ad670ea98e9d269939979d53db8f436b9a4bf1d72d6081f6ee1a7245ba00" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.11/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "db3d5d7eddbd3452352cd19d0dea9d5ecdbd73f829b16469dbbbd8e7c99aab39" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.12/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "6f61585d7f485a9d799a8776b2fa16e29c62c67b517754dcd623ced79b039584" } }, "bin": "terragrunt.exe",