diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 66eb92072b..ecf7d738c9 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.23.33", + "version": "0.23.34", "description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your 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.23.33/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "98453aa2ed87b148a6fe7e39c3feac687c06c75490cfe817bfdc145510a8b511" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.34/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "e92955204e722d9b4c443c9949b23fc94ed305b88cc1dcf65adcb4d66e071641" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.33/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "cb4647c8c0f6ac1667f50ef7b4ee2fe4a4f2553dd5b45bce4fc47f7573eee73d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.34/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c727466a45f948e1da1a9dd9dac073cbe352095726a49fb062e2fe807dbce2ca" } }, "bin": "terragrunt.exe",