From ebd60411bec6035ac1f9dccda73173b7948cc2c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 25 Nov 2020 08:55:36 +0100 Subject: [PATCH] terragrunt: Update to version 0.26.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index b3550c33c5..a5ac343b0c 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.26.4", + "version": "0.26.5", "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.26.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "0d7eb45ebce0f1f65f40ee01152f20f4c6fdf7bf1002ee22849ee366c508f0b3" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "203ab8386a1246e6bc6be43d632bfd56260169b962c4f537c9b8015090a5549b" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "e68479c8f0a29228102e0e57a67021a9221b6777088cba95c6890b1fece5c0ec" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "103a6f9f61ec0d9b1f6b9f4e5d0a2062efdd0db83cce7d13267f71d58771db51" } }, "bin": "terragrunt.exe",