mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +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.19.27",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.27/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
|
"hash": "75c797c2c42a279842945902b61aabb0252edb678523246a3efcc4c9e6afc03e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.27/terragrunt_windows_386.exe#/terragrunt.exe",
|
|
"hash": "80b92a67f3bbe7e2118d8b3fcf018e1f891242fe2d79fbcca723dc1094c6b3f4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|