ScoopInstaller_Main/bucket/terragrunt.json
2021-02-19 08:22:46 +01:00

32 lines
1.4 KiB
JSON

{
"version": "0.28.7",
"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.",
"homepage": "https://github.com/gruntwork-io/terragrunt",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.7/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "81e1fed14fa396920608fc613104e7b8c007d9e98435854fd45a34c692cf91b0"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.7/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "f746bb4baeb52c1e195c6665c5d907198cc6a4c7cefc40f40d9204417e61d320"
}
},
"bin": "terragrunt.exe",
"checkver": "github",
"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"
}
}
}