ScoopInstaller_Main/bucket/terragrunt.json
2025-06-20 20:29:26 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.81.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.81.10/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "a2242dec2ccb0a49540d234dea7cf343821c59edb439747a5b423fa2e2f5a9c2"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.10/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "d17d06271fc9f5aa0983a8a6d86bbe3006f1d5dc4a4f8891d5223f9e40179fa6"
}
},
"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"
}
}
}