terragrunt: Update to version 0.28.22

This commit is contained in:
Jakub Čábera 2021-04-15 14:15:55 +02:00
parent a73a2dbe08
commit 85c8891e12

View File

@ -1,16 +1,16 @@
{ {
"version": "0.28.21", "version": "0.28.22",
"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.21/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.22/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "29a36971f1d55138d44e0dac0e0f0242309299db3ed9f115f2ced15fc5a7627f" "hash": "8114f39d9f72816d83fb687349289ff83e91b3ff2895266137f68d5d454a0ff1"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.21/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.22/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "4bdbaf6ba1396cc817333db0b5d2ce1d8321aa23668706d5d622269b61f0d24f" "hash": "44d18cf2e4cf5f8548cc08506404b9aa068bd48d6b8afa37cf88a8a94a607cad"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",