local vs tfe

Terraform Provider module comparison

Side-by-side comparison of local (terraform-provider-local) and tfe (terraform-provider-tfe) — 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

tfe

Terraform Provider TFE ✓ Verified

terraform-provider-tfe

Version0.74.1
Downloads129.8M
Updated2026-03-02
terraform {
required_providers {
tfe = {
source = "hashicorp/tfe"
version = "~> 0.74.1"
}
}
}
⭐ GitHub 📦 Registry → Full details
⚖ Open interactive comparison →