ScoopInstaller_Main/bucket/terragrunt.json
2019-07-02 17:00:27 +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.19.8",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.8/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "71e99bc03a29072752fad547e0863a80e7d6ff2d0c750001c049152e66d852e4"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.8/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "08691d993deee15c9e1877dc622cb0690703e824943a0e2ae2b37c01c27eaa70"
}
},
"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"
}
}
}
}