sql-db vs lz-vending
Terraform Module module comparison
Side-by-side comparison of sql-db (Creates a Cloud SQL database instance) and lz-vending (Terraform module to deploy landing zone subscriptions (and m) — 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"
}
lz-vending
Terraform Module
AZURERM
✓ Verified
Terraform module to deploy landing zone subscriptions (and much more) in Azure
| Version | 7.0.3 |
| ★ Stars | 210 |
| Downloads | 1.0M |
| Inputs | 29 |
| Outputs | 11 |
| Updated | 2026-02-19 |
module "lz-vending" {
source = "Azure/lz-vending/azurerm"
version = "7.0.3"
}