diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 8220251a81..96fb1bf256 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.68.8", + "version": "0.68.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.68.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "f88645ff83527769322e784527898bc771c6a1b2c308de485e173b21c12fae05" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "cce4d3d71f1f57c6b56fc949da13b9ad258fb303317f5c6c761effea8963f348" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "641beef2e3e618da9bfdce455dbf8319031f255387d1ab1c3fb8a6e55561bab6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "8dd686a930bb561c5bd12e377c97fd9d43b652652137e11ba52968c8c7675798" } }, "bin": "terragrunt.exe",