ScoopInstaller_Main/bucket/terragrunt.json
2019-06-25 11:00:27 +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.6",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.6/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "58e8c3f33121eefdfcd367fc460ae9cb923bd7fe299dfa6efba3825e0e39c9c1"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.6/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "b5e66d5cb55dc48d501f20a67ab728961a4c313702cb5e10f85133ba5f395dfa"
}
},
"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"
}
}
}
}