ScoopInstaller_Main/bucket/terragrunt.json
2020-05-15 05:15:16 +02:00

34 lines
1.4 KiB
JSON

{
"homepage": "https://github.com/gruntwork-io/terragrunt",
"description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.",
"version": "0.23.18",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.18/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "a5a501556e509aa3f72d908b310e22be92c1dcabe3d2339d049dd31010c8f7cf"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.18/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "f073db08ef0c2e605214f7c2f595d7d1e569002a3420223935d72a31aea32ea9"
}
},
"bin": "terragrunt.exe",
"checkver": {
"github": "https://github.com/gruntwork-io/terragrunt"
},
"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"
}
}
}