ScoopInstaller_Main/bucket/terragrunt.json
2024-12-19 04:29:58 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.70.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.70.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "0ac389e6e3fe0723791a86d97edb30bb6c156dc456e726c4a1b2d6c3ea02808e"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.70.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "b6eea7550a0ecc9c5055936124e1260c8eb7baf21146a3c6ee9a4f6856c1d4ca"
}
},
"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"
}
}
}