ScoopInstaller_Main/bucket/terragrunt.json
2025-03-21 16:30:20 +00:00

32 lines
1.3 KiB
JSON

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