diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 23834c287995f..e439ed67e39a0 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.68.17", + "version": "0.69.0", "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.17/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "06403021ee8b4746da716fe395ef6d9050adb5926ab7341f6f784fc3db573b97" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "673815df6cbb22e5b15ba834717bbf90d2287a9ebbea6d5856df2762e88a7cdb" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.17/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "a34fc47acc8a1eb3a6cf4913cbf78b2834acf6d8672c76f595be7f9c99a25883" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "b2cc791633084bd81a9178ef826e647524d94b9d3e5f41e85d9e2168fd37fd5c" } }, "bin": "terragrunt.exe",