aks vs vpc
Terraform Module module comparison
Side-by-side comparison of aks (Terraform Module for deploying an AKS cluster) and vpc (AWS VPC Module) — both Terraform Module modules.
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"
}
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"
}