ScoopInstaller_Main/bucket/terragrunt.json
2021-06-11 22:26:09 -07:00

32 lines
1.3 KiB
JSON

{
"version": "0.30.3",
"description": "Thin wrapper for Terraform that provides extra tools for keeping 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.30.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "78a61afb99f893465a57aeb16254d6e8065c8aef27c6ef4cbac9972fe9dd9cae"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.30.3/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "c8528f7af2ac63260bc2b1a3040887f1968b856b0e1236650f2cd77cc871f343"
}
},
"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"
}
}
}