terragrunt: Update to version 0.25.1

This commit is contained in:
Jakub Čábera 2020-09-20 20:28:50 +02:00
parent f6f329ad9a
commit 88834d085f

View File

@ -1,16 +1,16 @@
{ {
"version": "0.25.0", "version": "0.25.1",
"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.", "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", "homepage": "https://github.com/gruntwork-io/terragrunt",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.0/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "942ba87797a6aeec3c922aa2af27250fc0eb68673a9943a6dff16e7f4a3615e1" "hash": "f612864ea6ab929795d9a2fab5d68eea671565d2dde5b367cd20f1fe925f552f"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.0/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.1/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "6d66179bd1fc0e75176bc228a49f40769f2c2f6b81dd5168bc3a35bbe60a1619" "hash": "47af485342bd372fbe68c6d50a83d187c11fb12c8ee0c23fc4729d12afbb0d92"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",