ScoopInstaller_Main/bucket/terragrunt.json
2020-06-25 16:49:58 +02:00

32 lines
1.4 KiB
JSON

{
"version": "0.23.29",
"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.29/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "b66fe99eeaacef9dc8c9692c0f5b305b4925a76f68f05ebc7782a5edf5a97e6a"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.29/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "4eea3bc3656a32a9926c69b878587503b474dd919d7e29ec3551fc918db9e2f5"
}
},
"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"
}
}
}