lb-http vs lz-vending
Terraform Module module comparison
Side-by-side comparison of lb-http (Creates a global HTTP load balancer for Compute Engine by us) and lz-vending (Terraform module to deploy landing zone subscriptions (and m) — both Terraform Module modules.
lb-http
Terraform Module
GOOGLE
✓ Verified
Creates a global HTTP load balancer for Compute Engine by using forwarding rules
| Version | 14.2.0 |
| ★ Stars | 351 |
| Downloads | 9.5M |
| Inputs | 35 |
| Outputs | 8 |
| Updated | 2026-02-24 |
module "lb-http" {
source = "GoogleCloudPlatform/lb-http/google"
version = "14.2.0"
}
lz-vending
Terraform Module
AZURERM
✓ Verified
Terraform module to deploy landing zone subscriptions (and much more) in Azure
| Version | 7.0.3 |
| ★ Stars | 210 |
| Downloads | 1.0M |
| Inputs | 29 |
| Outputs | 11 |
| Updated | 2026-02-19 |
module "lz-vending" {
source = "Azure/lz-vending/azurerm"
version = "7.0.3"
}