diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 520e687eb5..f64c5cdab9 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.73.1", + "version": "0.73.2", "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.73.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c7817582a0918d9874beefa820f7a81f0fed7fdfa9dcadb9fec28b98d6652b68" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.73.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "076567b18816ad59e873150af501ae2225d6ed2d9d562a2ec1c6f27192d2935d" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.73.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "c95b7475f2cae24cb8b22db263d3ce70fde6d59d8b88996f1e98e7329178909e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.73.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "8a124cfbe4231d787cd5a238e514029ae7173b13de83af7b0862458f793e647d" } }, "bin": "terragrunt.exe",