caf vs sql-db
Terraform Module module comparison
Side-by-side comparison of caf (Terraform supermodule for the Terraform platform engineering) and sql-db (Creates a Cloud SQL database instance) — both Terraform Module modules.
caf
Terraform Module
AZURERM
✓ Verified
Terraform supermodule for the Terraform platform engineering for Azure
| Version | 5.7.14 |
| ★ Stars | 581 |
| Downloads | 2.4M |
| Inputs | 50 |
| Outputs | 50 |
| Updated | 2026-02-24 |
module "caf" {
source = "aztfmod/caf/azurerm"
version = "5.7.14"
}
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"
}