caf vs lb-internal
Terraform Module module comparison
Side-by-side comparison of caf (Terraform supermodule for the Terraform platform engineering) and lb-internal (Creates an internal load balancer for Compute Engine by usin) — both Terraform Module modules.
caf
Terraform Module
AZURERM
✓ Verified
Terraform supermodule for the Terraform platform engineering for Azure
| Version | 5.7.14 |
| ★ Stars | 581 |
| Downloads | 2.4M |
| Inputs | 50 |
| Outputs | 50 |
| Updated | 2026-02-24 |
module "caf" {
source = "aztfmod/caf/azurerm"
version = "5.7.14"
}
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"
}