terragrunt: Update to version 0.23.6

This commit is contained in:
Jakub Čábera 2020-04-07 10:52:32 +02:00
parent f40f5cdebf
commit 5e65112426

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://github.com/gruntwork-io/terragrunt", "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.", "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.5", "version": "0.23.6",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.5/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.6/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "62f0cbf67dfa71f082270b0370228d7f4fc9608af6d12ea64280b5f0dd7bf633" "hash": "a51837096a3068ddf7719ffe6e0b5c514de5965062d2c3b922679d6a8e88d569"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.5/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.6/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "86b95e4fec2867c87f1cf1ec34ed61567725f8058023c88edb60e39eb7a9b14e" "hash": "d4626ec5063d4005cd2dff75b4095c8971207f24ed4fb419a44d4ed5a9e1e98f"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",