diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index fb56ddd7a7..1ae3963ae1 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/gruntwork-io/terragrunt", "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.", - "version": "0.23.1", + "version": "0.23.2", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "340a4875007163fa53e0cf8dc245e538f3046e111080dd1036fc2e1c369360ee" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "e84810cfcc1c77c03dfbaeb71114c54136080026c64efe621ac5ccdec9b8a219" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "ae412ae662d14c191f8b8ae013846c4df80a0b992d1a5aba0aed92a113c663b5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "7daeb6da6d413e1a94d0a32ab0a7dddb247f98de82188e77abd16a96e8620753" } }, "bin": "terragrunt.exe",