From 011fe26d8c73c24848d2b5f8c4075f50e026cebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 4 May 2021 08:15:38 +0200 Subject: [PATCH] terragrunt: Update to version 0.29.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 090c7f8c12..4b776db36c 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.29.1", + "version": "0.29.2", "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.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "dd6a62e903d5c06e2e0d45cd24be4c7dc0d9f2368fd86ad98d45f0a251aa6b85" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "8330bb92819fa604906899334db2876cc93913aa969807346bd7c5b399d97e71" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "29e225a2b229b87a5685cf1e81e4c6a1d2a9197a1d76fcc2748c97570e826966" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "d646c369e86e21974e8b223023943b39abf6a4d51fc179c231b695e5e24639b7" } }, "bin": "terragrunt.exe",