google vs local

Terraform Provider module comparison

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

local

Terraform Provider LOCAL ✓ Verified

terraform-provider-local

Version2.7.0
Downloads861.6M
Updated2026-02-16
terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "~> 2.7.0"
}
}
}
⭐ GitHub 📦 Registry → Full details
⚖ Open interactive comparison →