ScoopInstaller_Main/bucket/terragrunt.json
2020-09-17 08:40:24 +02:00

32 lines
1.4 KiB
JSON

{
"version": "0.24.4",
"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.24.4/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "c03fb7010744f7a65b09914043e15581765cb771d7fd63c3c6c68ca532e57573"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.24.4/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "7e7e3f2f09da2286617223578c1cfd6d0f787213664e93d5534b25d1ba0d064f"
}
},
"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"
}
}
}