ScoopInstaller_Main/bucket/terragrunt.json
2021-02-04 15:55:52 +01:00

32 lines
1.4 KiB
JSON

{
"version": "0.28.2",
"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.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "2f8ba08534cc0ceec193fc91a93e75867a1a6658e5d398277d008dbc5d54e7ab"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.2/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "2f74064ba2c8233316a5cf20f457360dfd3025195b6b2552f7dbaeb3db830eb9"
}
},
"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"
}
}
}