mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 21:55:14 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.62.1",
|
|
"description": "Thin wrapper for Terraform that provides extra tools for keeping Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.",
|
|
"homepage": "https://github.com/gruntwork-io/terragrunt",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.62.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
|
"hash": "8c18e1547bfb314cdaf315d1584efbe84231f71c07241ebf1ee1417720d4515d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.62.1/terragrunt_windows_386.exe#/terragrunt.exe",
|
|
"hash": "4aa0ec9b698d7c88c8cb0c03a8ea1220d84c402dd063067b1bd97684aaaf13c8"
|
|
}
|
|
},
|
|
"bin": "terragrunt.exe",
|
|
"checkver": "github",
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|