random vs tfe

Terraform Provider module comparison

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

random

Terraform Provider RANDOM ✓ Verified

terraform-provider-random

Version3.8.1
Downloads2293.4M
Updated2026-01-27
terraform {
required_providers {
random = {
source = "hashicorp/random"
version = "~> 3.8.1"
}
}
}
⭐ 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 →