ScoopInstaller_Main/bucket/terragrunt.json
2020-02-18 20:01:50 +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.22.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "8899394d1d2e2f4d32cb2f85390a58fd303388ebae9ad19e52e56b63b53bd347"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.3/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "47076485e4ef45a9aec43632ca1a26a8301619e69713509b751d358f4a6a263a"
}
},
"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"
}
}
}