mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34: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.24",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.24/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
|
"hash": "64777dfe10ffe811019d93df0bd2b710e97f469c28c6681d2dd6719bc43d8483"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.24/terragrunt_windows_386.exe#/terragrunt.exe",
|
|
"hash": "fc63c96a740f5614cf5c43ded24e717f69cdf1f1e06d468671feb544c979c744"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|