diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 017b960101..701713e8b1 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.24.4", + "version": "0.25.0", "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.24.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c03fb7010744f7a65b09914043e15581765cb771d7fd63c3c6c68ca532e57573" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "942ba87797a6aeec3c922aa2af27250fc0eb68673a9943a6dff16e7f4a3615e1" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.24.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7e7e3f2f09da2286617223578c1cfd6d0f787213664e93d5534b25d1ba0d064f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "6d66179bd1fc0e75176bc228a49f40769f2c2f6b81dd5168bc3a35bbe60a1619" } }, "bin": "terragrunt.exe",