diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 7fa2a3e245..ae023476cd 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.70.2", + "version": "0.70.3", "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.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "db58b6fbbafc27562e1e4d6769792a3d9b1ad0bc23e04b6a9cc7fc0fbebd1c73" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.70.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "bcd1657cef6b2ce2d543d1c19ec2aa2dcfe7d1f2c155a71c9f1a96e274d1fdf0" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.70.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "121539afee8e5eeb1e90c6f1caf8cda975739f3d6923e8ac7959e8838f40c649" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.70.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "751c572c1b34b9761a36f528bc6d67ae5e75c3734bbbebe640fb337742c1bacd" } }, "bin": "terragrunt.exe",