diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 6ab17e4d8b..beb1bea62b 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.69.3", + "version": "0.69.5", "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.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "8fda8b91598bfcc84664b6fac02890a9ca194350d788c4f13a30e0e470f953fb" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "9e940a7a19c9833502cd2e7d961a9a30564317048a67fb8314e0cfb507c920ff" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "891c0ad964ea546fe1b37794dd87277f8b3497a1475b572f29016bae9be4e0dc" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.69.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "2d303a682c49ff7d97b196ce52407f46d24e637afd9771edcdc234f2d97367df" } }, "bin": "terragrunt.exe",