From 1c6685dd2fa50b97443d9368e6c1ed93dc1510ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 30 Sep 2021 05:09:00 -0700 Subject: [PATCH] terragrunt: Update to version 0.33.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index bbde7053e9..3e3343b01e 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.33.0", + "version": "0.33.1", "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.33.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "114f15b1f021b5d9020beae3d411689aa2fa7a73f89eb859a339f2140a3768a5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.33.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "c68dbb6861fb4fac81062eecc8a87785c0a85f72e854f65e923945817babb3c0" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.33.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "0d08bc389b14c7bbdfd64e135aef0b6a4bd27381ac3ec52213c60889c8595acc" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.33.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "fb4b868ee481b19bdd11f704d919e86746d277c0a559deb95ffee8b68a9d69bf" } }, "bin": "terragrunt.exe",