sql-db vs label
Terraform Module module comparison
Side-by-side comparison of sql-db (Creates a Cloud SQL database instance) and label (Terraform Module to define a consistent naming convention by) — 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"
}
label
Terraform Module
NULL
Terraform Module to define a consistent naming convention by (namespace, stage, name, [attributes])
| Version | 0.25.0 |
| ★ Stars | 702 |
| Downloads | 183.8M |
| Inputs | 18 |
| Outputs | 19 |
| Updated | 2026-03-04 |
module "label" {
source = "cloudposse/label/null"
version = "0.25.0"
}