sql-db vs lb-internal
Terraform Module module comparison
Side-by-side comparison of sql-db (Creates a Cloud SQL database instance) and lb-internal (Creates an internal load balancer for Compute Engine by usin) — both Terraform Module modules.
sql-db
Terraform Module
GOOGLE
✓ Verified
Creates a Cloud SQL database instance
| Version | 27.2.0 |
| ★ Stars | 295 |
| Downloads | 16.6M |
| Updated | 2026-03-09 |
module "sql-db" {
source = "GoogleCloudPlatform/sql-db/google"
version = "27.2.0"
}
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"
}