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
| Version | 4.63.0 |
| Downloads | 1378.8M |
| Updated | 2026-03-05 |
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 4.63.0"
}
}
}
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"
}
}
}