ScoopInstaller_Main/bucket/terragrunt.json
2019-10-10 10:00:22 +00:00

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.20.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.20.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "55a4777f4375ef76af090a9c2110589ccda860275a3da90265d30767d2fe9680"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.20.2/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "22cde7a1f64f25dde439653eebe8f0f2b829576c10f2e87610ce05ae0f8108cf"
}
},
"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"
}
}
}