ScoopInstaller_Main/bucket/terragrunt.json
2019-10-14 12:00:34 +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.4",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.20.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "e39268de1bcd50b92259c1152e90edb73c2022ef77684ffd87abc653294eff32"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.20.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "d655a8fdb4c6ab67f02c9947783c21c22918a5789b365dc502c94a95eaf2b775"
}
},
"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"
}
}
}