lb-http vs label
Terraform Module module comparison
Side-by-side comparison of lb-http (Creates a global HTTP load balancer for Compute Engine by us) and label (Terraform Module to define a consistent naming convention by) — 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"
}
label
Terraform Module
NULL
Terraform Module to define a consistent naming convention by (namespace, stage, name, [attributes])
| Version | 0.25.0 |
| ★ Stars | 702 |
| Downloads | 183.8M |
| Inputs | 18 |
| Outputs | 19 |
| Updated | 2026-03-04 |
module "label" {
source = "cloudposse/label/null"
version = "0.25.0"
}