mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
31 lines
1.4 KiB
JSON
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.17.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.17.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
|
"hash": "79ccb41a6f65f2d3b41b40c33e220452f2ba6fb3e4e88ddc597fe8e5de91b20c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.17.0/terragrunt_windows_386.exe#/terragrunt.exe",
|
|
"hash": "65b102b7b12ea5872806acc3fb2405c89cc7812a7e36ddd6d4315972c74ec6d2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|