ScoopInstaller_Main/bucket/terragrunt.json
2021-03-17 15:23:39 +01:00

32 lines
1.4 KiB
JSON

{
"version": "0.28.15",
"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.15/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "7799c3ce4ed16f858ce1f7f5b1bdc31fc0835c8b234fa6e0063bc2cfdda9dc10"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.28.15/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "52acfd582a8a26f631c7b2ba255ea44c6dc7ea7aa6b94f45a99df986542caafe"
}
},
"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"
}
}
}