diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 912333e24b..d5b71cedf3 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.57.6", + "version": "0.57.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.57.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "5799d00a19a94d5771f757195ab815daf40bdf8d73402ec08639cd6041729896" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.8/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "53c6560ea9bd13b943f78d4ef684a02bc4d61434cd37bbe808ec47b174652884" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7e9cdf21931a0e0114397db8bc03a6da539254a539b87420246ff248fb17dd28" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.8/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "702d15cf7667987a05d8337747fb9c44aad01cdcc248788533b8cd2c1a9a8681" } }, "bin": "terragrunt.exe",