lb-http vs lb-internal
Terraform Module module comparison
Side-by-side comparison of lb-http (Creates a global HTTP load balancer for Compute Engine by us) and lb-internal (Creates an internal load balancer for Compute Engine by usin) — 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-internal
Terraform Module
GOOGLE
✓ Verified
Creates an internal load balancer for Compute Engine by using forwarding rules
| Version | 9.0.0 |
| ★ Stars | 92 |
| Downloads | 5.1M |
| Inputs | 27 |
| Outputs | 3 |
| Updated | 2026-03-05 |
module "lb-internal" {
source = "GoogleCloudPlatform/lb-internal/google"
version = "9.0.0"
}