ScoopInstaller_Main/bucket/terragrunt.json
2024-11-19 00:37:45 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.68.15",
"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.15/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "fb9ccd35e50aeedb76353a8d311c315433d7095f98f17db72856ab96fef346c1"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.68.15/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "2f1341dc843277c99da49e478ef5bce1287a105181a48a1e683e8f2a312bc1de"
}
},
"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"
}
}
}