From 47e4f9cf04c5b1de66105290b5a39cd5bac571af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 15 Oct 2020 16:24:13 +0200 Subject: [PATCH] terragrunt: Update to version 0.25.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 771f906d89..f0dd2aee97 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.25.3", + "version": "0.25.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.25.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "d32663726b6170d18235fdb869b1a07d89eb83c1ce48fbcd3386dfce2c3a8cc7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "1c66431b6ecc6ddcbb3fb2b6b76ff83afb8b6a783a2fe84ddace55f2df7eb53b" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "25a1318194788a693aa120efdbc0cd42b229a15b0306f2d479f28ce7df79fd62" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "768167340b4c90b07a0325d82760a12eeb99adb412b526431fadb8d4150dbf96" } }, "bin": "terragrunt.exe",