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.
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"
}
}
}
local
Terraform Provider
LOCAL
✓ Verified
terraform-provider-local
| Version | 2.7.0 |
| Downloads | 861.6M |
| Updated | 2026-02-16 |
terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "~> 2.7.0"
}
}
}