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