ScoopInstaller_Main/bucket/terragrunt.json
2020-09-10 15:20:58 +02:00

32 lines
1.4 KiB
JSON

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