ScoopInstaller_Main/bucket/terragrunt.json
2021-05-29 02:33:32 -07:00

32 lines
1.3 KiB
JSON

{
"version": "0.29.7",
"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.29.7/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "f4f5d9db206c07794edb2715ad6ace6279f4cdf1e060a4a2fe4840ff626a24f2"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.29.7/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "3a0f75f73b5e184c63d0874c4d86ce75a7c963d4c91103d1d736b3c05b8df87b"
}
},
"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"
}
}
}