diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 9eb09472c6..c2477369fa 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.53.0", + "version": "0.53.1", "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.53.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "dcc9c7d7db7848ad8b91720537d37adeb01bf1ee359fe7469d936ee94798849c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "2bd9dc2a419783c77e1ed0fe183f341fc5dc700b78fcf443c9d73e67f2ca6300" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "a65c4fab2c5b32f66589a42b36e233106430b95b0bd755333c8745b1ee653784" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "0ac43f6c9d41c0285d35a523139dd8b42d1c840dbeb9c7b3c7a6914024a60498" } }, "bin": "terragrunt.exe",