ScoopInstaller_Main/bucket/terragrunt.json
2025-09-25 00:39:20 +00:00

32 lines
1.3 KiB
JSON

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