aws vs random

Terraform Provider module comparison

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

aws

Terraform Provider AWS ✓ Verified

terraform-provider-aws

Version6.35.1
Downloads5709.5M
Updated2026-03-05
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 6.35.1"
}
}
}
⭐ GitHub 📦 Registry → Full details

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
⚖ Open interactive comparison →