ScoopInstaller_Main/bucket/terragrunt.json
2024-11-12 16:31:02 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.68.12",
"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.68.12/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "9a5983cade465bfda6b55914f438d96819592fc1d515933a3eecf2250d157ee4"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.12/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "a59b1be7a7a6e74948b4a9014d3eb61df81508c8efd38da06a642d400781f215"
}
},
"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"
}
}
}