diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 6366923dc9..d59b5b7fc1 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.67.11", + "version": "0.67.12", "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.67.11/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "8c08e617cb130f1a5fd90603facb2e1e9a78c68a4cdb216dcb09d1627e45399b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.12/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ff7c8fc3f865ab49e9cf4db78674d816792d943d516b598e0dc9acfd584e81a4" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.11/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "a5fa70b58ba4e5f3089b6bd82df1dc6b996c4ebc47a66374dee38d4652eb9256" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.12/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "d7780f88847ecc75f04019bde051d471aa9dd192321ea4ba02e424b080d7e94b" } }, "bin": "terragrunt.exe",