diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 454abac5bb..1c03588af3 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.67.8", + "version": "0.67.9", "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.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "3b1c3f24e07cc1cdf9793655c5bbc595b025dfc7ddae83516001edde4de76a4a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "1f9af0d2d361bf3c8d22d1ee11540b35e4d5eda183439933a298f18f25c4a761" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "291a2ec5a1dbcf5afa4743c2775b5b5c082d473ab77d2f018f881712e0c6292d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "0bce3c61882c8968d02a2682e0bf4f52f37c847fb4ba01cd43ef27959389ffce" } }, "bin": "terragrunt.exe",