random vs tls
Terraform Provider module comparison
Side-by-side comparison of random (terraform-provider-random) and tls (terraform-provider-tls) — 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"
}
}
}
tls
Terraform Provider
TLS
✓ Verified
terraform-provider-tls
| Version | 4.2.1 |
| Downloads | 707.8M |
| Updated | 2026-01-30 |
terraform {
required_providers {
tls = {
source = "hashicorp/tls"
version = "~> 4.2.1"
}
}
}