ScoopInstaller_Main/bucket/terragrunt.json
2023-06-01 20:25:42 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.46.1",
"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.46.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "badfa91163e6a7dbb052e306800b7e45182b42e5c93502f180675e4d408033ba"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.46.1/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "9af20e8c952f6aeeb7d88850162c8a224a425a2179eaf9c801c43b022880ae49"
}
},
"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"
}
}
}