mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 00:11:32 +00:00
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"version": "0.27.1",
|
|
"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.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
|
"hash": "984ac449c31d3e62f458a72708f9b12b4ec9155d4758cf76e28e44c1bae0ae3d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.27.1/terragrunt_windows_386.exe#/terragrunt.exe",
|
|
"hash": "499ebfb64c2b1c2bbd793a7a3059bfc4f3af40b85342c2a14e2af7281d259b44"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|