diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index a38358242f..66eb92072b 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.23.32", + "version": "0.23.33", "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.32/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c2fc96828d1bad7d6dea1990e8e9a045649aea8a705dd4b6982a97cd02a91209" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.33/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "98453aa2ed87b148a6fe7e39c3feac687c06c75490cfe817bfdc145510a8b511" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.32/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "77012153d75bb75e8f88748ac5a88c0896380880c5f998210a6f7d90fbd2729f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.33/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "cb4647c8c0f6ac1667f50ef7b4ee2fe4a4f2553dd5b45bce4fc47f7573eee73d" } }, "bin": "terragrunt.exe",