terragrunt: Update to version 0.23.16

This commit is contained in:
Jakub Čábera 2020-05-10 15:22:51 +02:00
parent 2ba98bb4a2
commit e0221db164

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.15", "version": "0.23.16",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.15/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.16/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "51a436a27d9f52cc5f14737a337dc5c1556988ed72cc499561e210aa5a35fb6e" "hash": "5ffa619119be6104a47c2f3a6e33aa13b1ab14a3e476ea2f00c59f2b69649c75"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.15/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.16/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "24134510f2311794323fa766c0e13af7b1a2dc632a001019d9c777ac0f83cfa8" "hash": "50be5a1ee957a2fc558ebf4e705da8c323bfabe2064c8842f00bb12e9c63af1c"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",