lb-http vs lb
Terraform Module module comparison
Side-by-side comparison of lb-http (Creates a global HTTP load balancer for Compute Engine by us) and lb (Creates a regional TCP proxy load balancer for Compute Engin) — 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"
}
lb
Terraform Module
GOOGLE
✓ Verified
Creates a regional TCP proxy load balancer for Compute Engine by using target pools and forwarding rules
| Version | 5.1.0 |
| ★ Stars | 111 |
| Downloads | 95.0k |
| Inputs | 15 |
| Outputs | 2 |
| Updated | 2026-02-27 |
module "lb" {
source = "GoogleCloudPlatform/lb/google"
version = "5.1.0"
}