diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 9c297d8e05..849d60b7fc 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.51.9", + "version": "0.52.0", "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.51.9/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "b9184713c23a5a176557618c16c30a716f63f5524fe59a2dac9e30d6c2beda87" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.52.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "2f0f8a699ef6bf4d53756b9a24e0349a9ef35433fab2a8d882b797b4179b4c46" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.9/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "9cc49f68d71abac48425ae636525dedc7e6e10e6b61ecbfc28d18c5ca96bea2a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.52.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "f31257c04e61e3d9bf593d327013b870b8a024b25c977f66ff8c7471470f1a81" } }, "bin": "terragrunt.exe",