mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 12:45:14 +00:00
34 lines
1.4 KiB
JSON
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.19.20",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.20/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
|
"hash": "2fe5805cc567aa56c86fc58ace1a6b46617e0394d40f92b4bc37eb1546f85c15"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.20/terragrunt_windows_386.exe#/terragrunt.exe",
|
|
"hash": "8b531d94fe59f43547621b0fa9652d98e7aa23b4da13666eeca571bf70752780"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|