google vs azurerm

Terraform Provider module comparison

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

google

Terraform Provider GOOGLE ✓ Verified

terraform-provider-google

Version7.22.0
Downloads1773.9M
Updated2026-03-03
terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 7.22.0"
}
}
}
⭐ 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 →