ScoopInstaller_Main/bucket/terragrunt.json
2019-11-11 01:00:37 +00:00

34 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.21.5",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.5/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "601e11a517813440ad47066d3ea298873440cb3cce214e4c27f70c4fbf39f57e"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.5/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "4b0364509857b621038fe7b8215890d851a5bce44fcbc767042c6425c7a4bc16"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}