ScoopInstaller_Main/bucket/terragrunt.json
2021-09-09 09:17:12 -07:00

32 lines
1.3 KiB
JSON

{
"version": "0.31.10",
"description": "Thin wrapper for Terraform that provides extra tools for keeping 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.31.10/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "cd1c15736ed0b3d3ce34012a0253fdd56ef8889f862fc979c9b4716448fd365e"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.31.10/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "7fc106848aa340ba210144724c3369979d265e325baad65d40c34e339a57763c"
}
},
"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"
}
}
}