From ef72fcb716ae9949cad97de4f3675eaa405a75da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 29 May 2021 02:33:32 -0700 Subject: [PATCH] terragrunt: Update to version 0.29.7 --- bucket/terragrunt.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e4c0abd710..0766f93a8a 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.29.6", - "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.", + "version": "0.29.7", + "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.29.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "76b21260c11ee524decb8b633814ed1f21d8bc967c44091d9698b82abf9cb98e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.7/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "f4f5d9db206c07794edb2715ad6ace6279f4cdf1e060a4a2fe4840ff626a24f2" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "809b750bd5ab6634c48cac0ee3d2d66032002f0923f4443c1a5272e578ca7a53" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.7/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "3a0f75f73b5e184c63d0874c4d86ce75a7c963d4c91103d1d736b3c05b8df87b" } }, "bin": "terragrunt.exe",