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

Version3.8.1
Downloads2293.4M
Updated2026-01-27
terraform {
required_providers {
random = {
source = "hashicorp/random"
version = "~> 3.8.1"
}
}
}
⭐ GitHub 📦 Registry → Full details

tls

Terraform Provider TLS ✓ Verified

terraform-provider-tls

Version4.2.1
Downloads707.8M
Updated2026-01-30
terraform {
required_providers {
tls = {
source = "hashicorp/tls"
version = "~> 4.2.1"
}
}
}
⭐ GitHub 📦 Registry → Full details
⚖ Open interactive comparison →