ScoopInstaller_Main/bucket/terragrunt.json
2024-09-25 16:30:22 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.67.13",
"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.67.13/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "99d6681b61e2e73a1ba253ba59df11267ba513dded6cbf649878e0f12b372392"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.13/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "825e70c6212b68ba482c9e63b2f3ef7be5649a8b693430d52c35eb5f98ae9320"
}
},
"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"
}
}
}