caf vs aks
Terraform Module module comparison
Side-by-side comparison of caf (Terraform supermodule for the Terraform platform engineering) and aks (Terraform Module for deploying an AKS cluster) — 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"
}
aks
Terraform Module
AZURERM
✓ Verified
Terraform Module for deploying an AKS cluster
| Version | 11.4.0 |
| ★ Stars | 387 |
| Downloads | 1.1M |
| Inputs | 50 |
| Outputs | 44 |
| Updated | 2026-03-06 |
module "aks" {
source = "Azure/aks/azurerm"
version = "11.4.0"
}