random vs google-beta

Terraform Provider module comparison

Side-by-side comparison of random (terraform-provider-random) and google-beta (terraform-provider-google-beta) — 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

google-beta

Terraform Provider GOOGLE-BETA ✓ Verified

terraform-provider-google-beta

Version7.22.0
Downloads921.5M
Updated2026-03-03
terraform {
required_providers {
google-beta = {
source = "hashicorp/google-beta"
version = "~> 7.22.0"
}
}
}
⭐ GitHub 📦 Registry → Full details
⚖ Open interactive comparison →