ScoopInstaller_Main/bucket/terragrunt.json
2025-05-14 00:39:10 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.78.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.78.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "67ebc4f7096bd0ac146a926d7257107a4d6c09c731f1880e3184d422354fd339"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.78.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "7ef878c0bddd7c7f6ab944f58a6fcc795ce95d104d2a79a7f1941ea21baffb51"
}
},
"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"
}
}
}