From d433fcf86233c1b43198e1c37654a0aabf2cd86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 23 Sep 2021 10:24:32 -0700 Subject: [PATCH] terragrunt: Update to version 0.32.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index a301f0e0ce..10c2f47910 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.32.3", + "version": "0.32.4", "description": "Thin wrapper for Terraform that provides extra tools for keeping 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.32.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "9267ab3b551824305b7c47860e5161305f1712d933472b9ad465d8d385e01ae5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.32.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "1fed24795cbc702d9a602c9606541f7a55801af53c304abc229511cce4280fe0" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.32.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "91e0d0ac1829416df5ee94658631f8b603ed3b043eeec910957bbe62eac6a46f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.32.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "0be914ee1bdc9ea42b75a81626c87c79a5841bd2fae2e84c96a9b29f86953ba5" } }, "bin": "terragrunt.exe",