diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 4f3bc99659..e6bf36cca2 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.57.2", + "version": "0.57.4", "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.57.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "32e37a156b46066ef0e47b7d9aae0dfa53550074fc08e6291d78507060f94b50" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ca129ff15db1da64bd1524d46da6e1259f79c2dabb0faf9a726abc39564cc154" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "72f6d54f028ab6901017f748cbcb614ae3162abc1400732ab1b2a208554cd1d8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "cad18bb2584c77c2e42d72049871ca536787f1f9a0edd6c87eb0f605424fb6e7" } }, "bin": "terragrunt.exe",