mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 02:21:19 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.36.6",
|
|
"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.36.6/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
|
"hash": "853cc815c50ef2b8eb7736a376a071cc527ba5a740691f9c22d269b48038ecf5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.6/terragrunt_windows_386.exe#/terragrunt.exe",
|
|
"hash": "39a2126af0809c189174620c2a9495370aaeccbfffedd9e216de1afd3ce1ddc5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|