diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 6b5f6cc6b4..6b53aa8dbc 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.64.1", + "version": "0.64.2", "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.64.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "2353970b2f4d276e02bdf970fc2e20cd16a27edc853c8cc804f7d6604460b021" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.64.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "7248b3ddcf7d9fb7a6d5596c73afa353d0d28d3415925f0e9c025e62e50b4628" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.64.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "df12a35592e1698e930357ffe3775971418b224ff5d916627b45d84df83809f7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.64.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "eafe5f0e2f3197c0e55526d865dcafcb399282b5673eb41f94827a266ab9e1e9" } }, "bin": "terragrunt.exe",