diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index b0f7b36cf6..25b0bfa0cc 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.69.11", + "version": "0.69.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.69.11/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "42b9a880940eb0f225ee6198ca731d6091a77874c89ce373c8f9c4460a5102f9" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.12/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "b6a4cc1b1e6104d598067897ee1fb81c85a3edb926a9743266c9f809e5cf39ff" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.11/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "0d4ea5ee2e524b25f3623dd437927540ac88c6cc607b96d33e60cb340495c6f1" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.12/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "756146db0edd7f3cfd44c3ff83bec3e23fdeb8a962b37be7244a68388d65c0af" } }, "bin": "terragrunt.exe",