ScoopInstaller_Main/bucket/terragrunt.json
2020-08-27 08:26:35 +02:00

32 lines
1.4 KiB
JSON

{
"version": "0.23.36",
"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.23.36/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "7b96ae405e8f4ab9a07a71ce02e58f050778a0f792f48fdb6bd63165cc96b008"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.36/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "786ee0c03059cf802a4c07ab00a2d35fc579cc2c483b9469a6df4034989cdac1"
}
},
"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"
}
}
}