ScoopInstaller_Main/bucket/terragrunt.json
2021-02-17 17:50:49 +01:00

32 lines
1.4 KiB
JSON

{
"version": "0.28.6",
"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.6/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "87899faa46c22d5930c789c92f51385a25e11b272dd539dd1762aac0851b8f6a"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.6/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "fa82bcdadc874e968a979927d53aba6d09b4504a4cd968fc486875a56938da24"
}
},
"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"
}
}
}