ScoopInstaller_Main/bucket/terragrunt.json
2025-11-12 20:29:33 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.93.8",
"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.8/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "aebe5afb191dcd853d0d1ffc09bf3953280dc5aae90fcc996b630e8ebe0b164b"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.8/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "bfa93e7701e13d0b57acb0636556fb8956d48fea00216b3267442bf9189d1813"
}
},
"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"
}
}
}