ScoopInstaller_Main/bucket/terragrunt.json
2021-03-17 07:47:16 +01:00

32 lines
1.4 KiB
JSON

{
"version": "0.28.14",
"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.28.14/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "1dc731a00908949e2cbf81d293842bdc43cac512fe131a9eba1fa0df25904bd4"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.14/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "49ee7487c95b7cb15768592fb491350b487199fa020189b079899222f590949f"
}
},
"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"
}
}
}