ScoopInstaller_Main/bucket/terragrunt.json
2024-10-17 16:30:59 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.68.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.68.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "9a726ee4e14c7d4a2fe941eb3c0ddb9af33e6f3593ca777941fecd6f778f2d21"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "a8000adc2940c2dfbc6b6b45e9215117fb4e4f821d9a6d1a2b67d01d8750b5a7"
}
},
"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"
}
}
}