From ed99136b9f834e9cf7b98b3d7f45aa887248b5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 29 Apr 2021 04:02:32 +0200 Subject: [PATCH] terragrunt: Update to version 0.29.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 1d6e73e74a..090c7f8c12 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.29.0", + "version": "0.29.1", "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.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "4a973d42308e455353fcb25acbe6d86670f7f61afccd1badffc9ba3c129fd64f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "dd6a62e903d5c06e2e0d45cd24be4c7dc0d9f2368fd86ad98d45f0a251aa6b85" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "da69700050419b5e80543ab43109cef13bd9c65fa0340494b281cb684b63de11" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "29e225a2b229b87a5685cf1e81e4c6a1d2a9197a1d76fcc2748c97570e826966" } }, "bin": "terragrunt.exe",