ScoopInstaller_Main/bucket/terragrunt.json
2025-11-17 16:31:33 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.93.9",
"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.93.9/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "d9c03828bf7108778bb60483b08c6cf9f7a6b79afb8abaefcbf8878ec41e774a"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.9/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "073477016e4b04789c5c6037c1e297fe174af208b37483873ffaa9913c91e29c"
}
},
"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"
}
}
}