aws vs azuread
Terraform Provider module comparison
Side-by-side comparison of aws (terraform-provider-aws) and azuread (terraform-provider-azuread) — both Terraform Provider modules.
aws
Terraform Provider
AWS
✓ Verified
terraform-provider-aws
| Version | 6.35.1 |
| Downloads | 5709.5M |
| Updated | 2026-03-05 |
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 6.35.1"
}
}
}
azuread
Terraform Provider
AZUREAD
✓ Verified
terraform-provider-azuread
| Version | 3.8.0 |
| Downloads | 516.3M |
| Updated | 2026-02-19 |
terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "~> 3.8.0"
}
}
}