aws vs tls

Terraform Provider module comparison

Side-by-side comparison of aws (terraform-provider-aws) and tls (terraform-provider-tls) — both Terraform Provider modules.

aws

Terraform Provider AWS ✓ Verified

terraform-provider-aws

Version6.35.1
Downloads5709.5M
Updated2026-03-05
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 6.35.1"
}
}
}
⭐ GitHub 📦 Registry → Full details

tls

Terraform Provider TLS ✓ Verified

terraform-provider-tls

Version4.2.1
Downloads707.8M
Updated2026-01-30
terraform {
required_providers {
tls = {
source = "hashicorp/tls"
version = "~> 4.2.1"
}
}
}
⭐ GitHub 📦 Registry → Full details
⚖ Open interactive comparison →