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

Version2.7.0
Downloads861.6M
Updated2026-02-16
terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "~> 2.7.0"
}
}
}
⭐ GitHub 📦 Registry → Full details

azuread

Terraform Provider AZUREAD ✓ Verified

terraform-provider-azuread

Version3.8.0
Downloads516.3M
Updated2026-02-19
terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "~> 3.8.0"
}
}
}
⭐ GitHub 📦 Registry → Full details
⚖ Open interactive comparison →