ScoopInstaller_Main/bucket/terragrunt.json
2023-09-21 12:31:39 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.51.4",
"description": "Thin wrapper for Terraform that provides extra tools for keeping 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.51.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "5a56953ebcb7f77616ca7470bb53baae57be02539534cc4e00103c757f003b77"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.51.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "f8409f627d66f21fb19a5565f31bfb4539bb48a36ba74ea2597356cbf8dbb7b1"
}
},
"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"
}
}
}