ScoopInstaller_Main/terragrunt.json
2018-12-27 20:00:28 +00:00

31 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.17.4",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.17.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "cb40b70d446591e52e9df1089d0596996eefc8fe00aa000de007cef7095044af"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.17.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "71f4ed9acbdfb03aa7d9f8fe30171d6c33fc5363f3ba3dce5d8ec482a025b206"
}
},
"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"
}
}
}
}