From f0270a0e5659dd9e8696f89b3830f93d22161f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 24 May 2021 22:18:38 -0700 Subject: [PATCH] terragrunt: Update to version 0.29.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 5980f6e751..d026434f0c 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.29.4", + "version": "0.29.5", "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.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "f411c811153c45fc40937e7ac23c2ff258f72436e3cc43ce18cab3c6314f33d8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "81dcf3684db47ad8e70649651b191b0e2cf3ff3878ce92d3aa90e1e0596a7577" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "2f5f49a544fc3e29b5e203aedc407bd820597aad5cdb4161097d5150316b4bd1" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "f9566f2d796b6eb77a2a9e935d51351dfc1cf2b98202329426a73af7104343d7" } }, "bin": "terragrunt.exe",