random vs local
Terraform Provider module comparison
Side-by-side comparison of random (terraform-provider-random) and local (terraform-provider-local) — 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"
}
}
}
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"
}
}
}