ScoopInstaller_Main/bucket/terragrunt.json
2023-05-24 20:24:58 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.45.16",
"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.45.16/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "4bb997f8b9da832a7ccc34778ada068b025eebfd8ec9aa21c3f7dcad3a1ed6d5"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.16/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "7844ce9ab04ea6108ff9ba3ca04ff56ba54e617cd024d92e76ca5e87e7f3f1d0"
}
},
"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"
}
}
}