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
| Version | 3.8.1 |
| Downloads | 2293.4M |
| Updated | 2026-01-27 |
terraform {
required_providers {
random = {
source = "hashicorp/random"
version = "~> 3.8.1"
}
}
}
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"
}
}
}