ScoopInstaller_Main/bucket/terragrunt.json
2025-08-21 16:30:55 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.85.1",
"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.85.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "12f42628460e7b82d6597601ccdd95b5ba1b8171925ad2beb8b7de6b91dd3ca4"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.85.1/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "a288ec5cc58d7eefd53659e7acc35459db9869029970328afecdd9d74c550714"
}
},
"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"
}
}
}