ScoopInstaller_Main/bucket/terragrunt.json
2025-08-04 16:31:52 +00:00

32 lines
1.3 KiB
JSON

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