caf-enterprise-scale vs lb-internal
Terraform Module module comparison
Side-by-side comparison of caf-enterprise-scale (Azure landing zones Terraform module) and lb-internal (Creates an internal load balancer for Compute Engine by usin) — 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-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"
}