mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "0.27.3",
|
|
"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.27.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
|
"hash": "938a8ba2f8be6b72673dbd5e17766a2eb6e4ef584c2797d4c2e90a79fc7b11e6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.27.3/terragrunt_windows_386.exe#/terragrunt.exe",
|
|
"hash": "21f82ca58ef723404202944cf2de02478563bea964d3960bf5e9f2ff9c6a382a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|