caf-enterprise-scale vs lb
Terraform Module module comparison
Side-by-side comparison of caf-enterprise-scale (Azure landing zones Terraform module) and lb (Creates a regional TCP proxy load balancer for Compute Engin) — both Terraform Module modules.
caf-enterprise-scale
Terraform Module
AZURERM
✓ Verified
Azure landing zones Terraform module
| Version | 6.3.1 |
| ★ Stars | 952 |
| Downloads | 1.4M |
| Inputs | 39 |
| Outputs | 31 |
| Updated | 2026-03-04 |
module "caf-enterprise-scale" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "6.3.1"
}
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"
}