random vs azurerm

Terraform Provider module comparison

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

azurerm

Terraform Provider AZURERM ✓ Verified

terraform-provider-azurerm

Version4.63.0
Downloads1378.8M
Updated2026-03-05
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 4.63.0"
}
}
}
⭐ GitHub 📦 Registry → Full details
⚖ Open interactive comparison →