From 30f12a7f18cc862b17e5571451bf96da3a15cc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 15 May 2021 00:03:16 -0700 Subject: [PATCH] terragrunt: Update to version 0.29.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 4b776db36c..503ecdd945 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.29.2", + "version": "0.29.3", "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.29.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "8330bb92819fa604906899334db2876cc93913aa969807346bd7c5b399d97e71" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "07a5e33d7fdb4536b9ca04e01114de8d34bc184cfbd6e06d3d4a30fcd3f602b9" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "d646c369e86e21974e8b223023943b39abf6a4d51fc179c231b695e5e24639b7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "97eb72586d032203f11d87e064ce5a23c962eff1349bec4b3ef0cd7ec577f0ce" } }, "bin": "terragrunt.exe",