azurerm vs tfe
Terraform Provider module comparison
Side-by-side comparison of azurerm (terraform-provider-azurerm) and tfe (terraform-provider-tfe) — 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"
}
}
}
tfe
Terraform Provider
TFE
✓ Verified
terraform-provider-tfe
| Version | 0.74.1 |
| Downloads | 129.8M |
| Updated | 2026-03-02 |
terraform {
required_providers {
tfe = {
source = "hashicorp/tfe"
version = "~> 0.74.1"
}
}
}