control_tower_account_factory vs lb
Terraform Module module comparison
Side-by-side comparison of control_tower_account_factory (AWS Control Tower Account Factory) and lb (Creates a regional TCP proxy load balancer for Compute Engin) — both Terraform Module modules.
control_tower_account_factory
Terraform Module
AWS
✓ Verified
AWS Control Tower Account Factory
| Version | 1.18.1 |
| ★ Stars | 770 |
| Downloads | 118.4k |
| Inputs | 50 |
| Outputs | 50 |
| Updated | 2026-03-03 |
module "control_tower_account_factory" {
source = "aws-ia/control_tower_account_factory/aws"
version = "1.18.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"
}