ScoopInstaller_Main/bucket/terragrunt.json
2021-03-12 19:48:45 +01:00

32 lines
1.4 KiB
JSON

{
"version": "0.28.11",
"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.28.11/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "e115e05c5ccca4738959bc24ef8fcdb698691ed965947aec3818328d9656bf6e"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.11/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "db3d5d7eddbd3452352cd19d0dea9d5ecdbd73f829b16469dbbbd8e7c99aab39"
}
},
"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"
}
}
}