mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 23:25:15 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "0.29.6",
|
|
"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",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.6/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
|
"hash": "76b21260c11ee524decb8b633814ed1f21d8bc967c44091d9698b82abf9cb98e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.6/terragrunt_windows_386.exe#/terragrunt.exe",
|
|
"hash": "809b750bd5ab6634c48cac0ee3d2d66032002f0923f4443c1a5272e578ca7a53"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|