ScoopInstaller_Main/bucket/terragrunt.json
2025-11-20 16:30:34 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.93.10",
"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.10/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "8ad6a8f870c70f356c276c449d0b5ec7bb3a75dcb498caa7c68b0bf00f658db6"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.10/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "467aa148a78bc69c9e3fe736c38cbea37ae177fbc4e664c471f904c855dcdb41"
}
},
"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"
}
}
}