sql-db vs lb
Terraform Module module comparison
Side-by-side comparison of sql-db (Creates a Cloud SQL database instance) and lb (Creates a regional TCP proxy load balancer for Compute Engin) — 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
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"
}