ScoopInstaller_Main/bucket/terragrunt.json
2020-09-20 20:28:50 +02:00

32 lines
1.4 KiB
JSON

{
"version": "0.25.1",
"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.",
"homepage": "https://github.com/gruntwork-io/terragrunt",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "f612864ea6ab929795d9a2fab5d68eea671565d2dde5b367cd20f1fe925f552f"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.25.1/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "47af485342bd372fbe68c6d50a83d187c11fb12c8ee0c23fc4729d12afbb0d92"
}
},
"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"
}
}
}