ScoopInstaller_Main/terragrunt.json
2019-03-26 18:26:25 +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.18.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.18.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "753057a1c7dc7fd27497cb3679f228f827653579a013379622c960308667c8da"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.18.3/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "564c701bf40ff07243ba4a99a7723b91f6cbf05b0522023d7672d05ae08d1592"
}
},
"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"
}
}
}
}