control_tower_account_factory vs lb-http
Terraform Module module comparison
Side-by-side comparison of control_tower_account_factory (AWS Control Tower Account Factory) and lb-http (Creates a global HTTP load balancer for Compute Engine by us) — 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-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"
}