diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index c0ebf3c94c..9e2876689d 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.37.3", + "version": "0.37.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.37.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "2b0406cea701af35de68713ec2ff653558c3c344acf8939ae384aea202c331da" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.37.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "2eabb0b92cb9dedcd695d57d84cc8caceca0e1a555fb8dd00a005efed8c48d75" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.37.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "b8a3503d6255675ae4f77c12a8b9caf09e864069a26a5a1db18c2086a321af52" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.37.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "84ca88e0692df6b249903b86bb04e9507f94299cc2e2a1dffdafda5f9b2e1ff4" } }, "bin": "terragrunt.exe",