From 30c1df910c4528b5785ae5655835d4f2910c2ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 19 Nov 2020 16:07:36 +0100 Subject: [PATCH] terragrunt: Update to version 0.26.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 8ab61122c9..b3550c33c5 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.26.3", + "version": "0.26.4", "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.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "39c54d0c6a67d91b1330715cdcf7f7d5a39f73604d432d2dc521fb2f13a92b37" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "0d7eb45ebce0f1f65f40ee01152f20f4c6fdf7bf1002ee22849ee366c508f0b3" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "d2182921c1e6adc0204835d84314b1dbaca4a93b596f803cec7befa1ac2b805c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e68479c8f0a29228102e0e57a67021a9221b6777088cba95c6890b1fece5c0ec" } }, "bin": "terragrunt.exe",