ScoopInstaller_Main/bucket/terragrunt.json
2019-06-04 18:00:48 +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.7",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.18.7/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "d592ac879a207f8c0e666db1f739e0567f3f7c342caedda2a9d34cc092844dec"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.18.7/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "679cfdfaab11cb3b354adf1dcb5dcff308c3f004e83e043ff29648403888cb98"
}
},
"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"
}
}
}
}