mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 21:44:29 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.55.19",
|
|
"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.55.19/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
|
"hash": "1f14c216ec547390690c93962045dbe7ee507734ff51d9965d0d43c6ca729af1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.19/terragrunt_windows_386.exe#/terragrunt.exe",
|
|
"hash": "c91f089a2dbbb8179e368290b552c153870ab8059db88a9cc5bab664588cbb8c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|