mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-22 11:35:15 +00:00
34 lines
1.4 KiB
JSON
34 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.21.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
|
"hash": "6a1e23d9fe321fc9b36ab1e524c0e1b58fcf04e0fa4a560ba40c4e1f2e731218"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.1/terragrunt_windows_386.exe#/terragrunt.exe",
|
|
"hash": "8f0a6d399f2835063f3b4ea20d302b214b49e8a42634aee94882973883b3a244"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|