random vs google
Terraform Provider module comparison
Side-by-side comparison of random (terraform-provider-random) and google (terraform-provider-google) — 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"
}
}
}
Terraform Provider
GOOGLE
✓ Verified
terraform-provider-google
| Version | 7.22.0 |
| Downloads | 1773.9M |
| Updated | 2026-03-03 |
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 7.22.0"
}
}
}