terragrunt: Update to version 0.28.6

This commit is contained in:
Jakub Čábera 2021-02-17 17:50:49 +01:00
parent 151da63319
commit eafa195160

View File

@ -1,16 +1,16 @@
{ {
"version": "0.28.5", "version": "0.28.6",
"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.28.5/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.6/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "355309b66f4218851a60cc22597536967101529df2b6c4cb9c65f0323e39abb7" "hash": "87899faa46c22d5930c789c92f51385a25e11b272dd539dd1762aac0851b8f6a"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.5/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.6/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "85a32d02a71b6e7a16baff443ac4b734cabf95c3c52aa090fab959ccc9202b4f" "hash": "fa82bcdadc874e968a979927d53aba6d09b4504a4cd968fc486875a56938da24"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",