ScoopInstaller_Main/bucket/terragrunt.json
2019-06-16 09:00:42 +00:00

31 lines
1.4 KiB
JSON

{
"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.",
"version": "0.19.4",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "dccbdb6c781924908a4d8ba4ccbca62ae4d6e5f0e9c31dfc4f95be3c6fc15100"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "469a69bae321cc32304e13f78300446f359f0069e303916b7b81bcbaba9c249c"
}
},
"bin": "terragrunt.exe",
"checkver": {
"github": "https://github.com/gruntwork-io/terragrunt"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v$version/terragrunt_windows_amd64.exe#/terragrunt.exe"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v$version/terragrunt_windows_386.exe#/terragrunt.exe"
}
}
}
}