azurerm vs local

Terraform Provider module comparison

Side-by-side comparison of azurerm (terraform-provider-azurerm) and local (terraform-provider-local) — both Terraform Provider modules.

azurerm

Terraform Provider AZURERM ✓ Verified

terraform-provider-azurerm

Version4.63.0
Downloads1378.8M
Updated2026-03-05
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 4.63.0"
}
}
}
⭐ GitHub 📦 Registry → Full details

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
⚖ Open interactive comparison →