ScoopInstaller_Main/bucket/terragrunt.json
2021-04-08 12:03:20 +02:00

32 lines
1.4 KiB
JSON

{
"version": "0.28.19",
"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.19/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "ca9bc057590bf0df524d9add262f3524fa547595bec4a0f5c7a517eb667b3a24"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.19/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "f9da158a7fca9bd39bc763e60673859a1ec02c2649b3858303f025b3d55897cb"
}
},
"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"
}
}
}