caf vs vpc
Terraform Module module comparison
Side-by-side comparison of caf (Terraform supermodule for the Terraform platform engineering) and vpc (AWS VPC Module) — 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"
}
vpc
Terraform Module
AWS
✓ Verified
AWS VPC Module
| Version | 4.7.3 |
| ★ Stars | 110 |
| Downloads | 610.8k |
| Inputs | 29 |
| Outputs | 15 |
| Updated | 2026-02-01 |
module "vpc" {
source = "aws-ia/vpc/aws"
version = "4.7.3"
}