diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 85b010b439..272efcba6a 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.58.10", + "version": "0.58.11", "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.58.10/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "b1fa4d12caff5ca90cf12605716fd50089150288c3e773b245b4d83afc6fcfb4" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.11/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "0f05798d42f43555f078d6b9d337daa4a98208c5349f99de59ebb24e0b2cdb3e" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.10/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "db1905ea702ed017d8316efd2e9294b6c0749fb259d140833659e61f99e25c0e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.11/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "af3f4d40e4d3a36de6a61374ca75728f190c6d35da32af560b12d980fc7ffd11" } }, "bin": "terragrunt.exe",