ScoopInstaller_Main/bucket/terragrunt.json
2026-02-20 00:50:30 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.99.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.99.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "01e4835cb39b75f39d789955e2900dfb6fbf432a70d90eb20bff3f5ca0dd9bc9"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "08ab5b6ca7057ef3d1fb5409a98cb102ccbb984b1ab075b23fd03a5981159e54"
}
},
"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"
}
}
}