google vs tls
Terraform Provider module comparison
Side-by-side comparison of google (terraform-provider-google) and tls (terraform-provider-tls) — 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"
}
}
}
tls
Terraform Provider
TLS
✓ Verified
terraform-provider-tls
| Version | 4.2.1 |
| Downloads | 707.8M |
| Updated | 2026-01-30 |
terraform {
required_providers {
tls = {
source = "hashicorp/tls"
version = "~> 4.2.1"
}
}
}