local vs azuread
Terraform Provider module comparison
Side-by-side comparison of local (terraform-provider-local) and azuread (terraform-provider-azuread) — both Terraform Provider modules.
local
Terraform Provider
LOCAL
✓ Verified
terraform-provider-local
| Version | 2.7.0 |
| Downloads | 861.6M |
| Updated | 2026-02-16 |
terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "~> 2.7.0"
}
}
}
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"
}
}
}