google-beta vs local

Terraform Provider module comparison

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

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

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 →