local vs tls
Terraform Provider module comparison
Side-by-side comparison of local (terraform-provider-local) and tls (terraform-provider-tls) — both Terraform Provider modules.
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"
}
}
}
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"
}
}
}