ScoopInstaller_Main/bucket/terragrunt.json
2020-10-23 09:37:36 +02:00

32 lines
1.4 KiB
JSON

{
"version": "0.25.5",
"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.",
"homepage": "https://github.com/gruntwork-io/terragrunt",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.5/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "758aeebc395c674ab265a8c3d3340230b6cdaca33580117566d9b39f3bef5030"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.5/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "18eba4da1d2f0e3ed6a407fe9fddbdf672661a264aa6c4e0817ac8ddcbb7c6ae"
}
},
"bin": "terragrunt.exe",
"checkver": "github",
"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"
}
}
}