ScoopInstaller_Main/terragrunt.json
2018-10-02 12:00:31 +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.16.14",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.16.14/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "ec69bb8f858e04522567fc6d66c5bf156657da86e5612f8c54be7f80879ca0b2"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.16.14/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "fd367c95a4f77748db96b175528028b64c1b0f5c513d7bdd0c83d5166ba90238"
}
},
"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"
}
}
}
}