diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 96fb1bf256..2e750c2154 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.68.9", + "version": "0.68.10", "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.9/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "cce4d3d71f1f57c6b56fc949da13b9ad258fb303317f5c6c761effea8963f348" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.10/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "29f69636f7a61339f6303050f1622f01e7aa313eb5a10eda7fa70411b30c8719" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.9/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "8dd686a930bb561c5bd12e377c97fd9d43b652652137e11ba52968c8c7675798" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.10/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "37035de7d5160181a9f7273dd8d49b66704bad43078897e62985460d19ccaa22" } }, "bin": "terragrunt.exe",