terragrunt: Update to version 0.27.3

This commit is contained in:
Jakub Čábera 2021-01-26 17:48:23 +01:00
parent a48a9720f5
commit 2002fe840d

View File

@ -1,16 +1,16 @@
{ {
"version": "0.27.1", "version": "0.27.3",
"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.27.1/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.27.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "984ac449c31d3e62f458a72708f9b12b4ec9155d4758cf76e28e44c1bae0ae3d" "hash": "938a8ba2f8be6b72673dbd5e17766a2eb6e4ef584c2797d4c2e90a79fc7b11e6"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.27.1/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.27.3/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "499ebfb64c2b1c2bbd793a7a3059bfc4f3af40b85342c2a14e2af7281d259b44" "hash": "21f82ca58ef723404202944cf2de02478563bea964d3960bf5e9f2ff9c6a382a"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",