caf vs label
Terraform Module module comparison
Side-by-side comparison of caf (Terraform supermodule for the Terraform platform engineering) and label (Terraform Module to define a consistent naming convention by) — 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"
}
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"
}