From df1c5e7af4ccd4fe93c39075451c77dd7e7d2179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 28 Sep 2021 23:48:17 -0700 Subject: [PATCH] terragrunt: Update to version 0.33.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 10c2f47910..bbde7053e9 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.32.4", + "version": "0.33.0", "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.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "1fed24795cbc702d9a602c9606541f7a55801af53c304abc229511cce4280fe0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.33.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "114f15b1f021b5d9020beae3d411689aa2fa7a73f89eb859a339f2140a3768a5" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.32.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "0be914ee1bdc9ea42b75a81626c87c79a5841bd2fae2e84c96a9b29f86953ba5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.33.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "0d08bc389b14c7bbdfd64e135aef0b6a4bd27381ac3ec52213c60889c8595acc" } }, "bin": "terragrunt.exe",