From dd5f7d17e65b60c75e1f8ffb5b4b9fe35299d51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 2 Jun 2021 18:24:29 -0700 Subject: [PATCH] terragrunt: Update to version 0.29.8 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 0766f93a8a..d14352f3dc 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.29.7", + "version": "0.29.8", "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.7/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "f4f5d9db206c07794edb2715ad6ace6279f4cdf1e060a4a2fe4840ff626a24f2" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.8/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "d12e4ccbe4749775d85b07e919f19bc072779ba99047bb5450d2d4f263287112" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.7/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "3a0f75f73b5e184c63d0874c4d86ce75a7c963d4c91103d1d736b3c05b8df87b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.8/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "848ab12e5ef429de1f3cc0082f39cb2c021ffaf672557ee92a318d6319140849" } }, "bin": "terragrunt.exe",