ScoopInstaller_Main/bucket/terragrunt.json
github-actions[bot] 89e57a87a7
terragrunt: hash fix (#1553)
Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
2020-11-03 07:09:53 -08:00

32 lines
1.4 KiB
JSON

{
"version": "0.26.0",
"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.26.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "7da5ed93a25c393d21fe7a6d778cf2dbb20c7b6b576a2603481b671e2cbfee20"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.26.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "241031fe99bc2d450488d52b26c0a1e76b3d13723626d6824b1aa461fee314b2"
}
},
"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"
}
}
}