diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 8d871c6210..7fa2a3e245 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.70.0", + "version": "0.70.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.70.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "66f8c620e69631df1365938dc89d8f380d5955f8e8d74252748784ee6e4b2e4f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.70.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "db58b6fbbafc27562e1e4d6769792a3d9b1ad0bc23e04b6a9cc7fc0fbebd1c73" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.70.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "4c89ee3072336db2f7eca4fd8fc12c62575f41bce3687d156ce951ae8bdcee17" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.70.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "121539afee8e5eeb1e90c6f1caf8cda975739f3d6923e8ac7959e8838f40c649" } }, "bin": "terragrunt.exe",