azurerm vs tls

Terraform Provider module comparison

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

azurerm

Terraform Provider AZURERM ✓ Verified

terraform-provider-azurerm

Version4.63.0
Downloads1378.8M
Updated2026-03-05
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 4.63.0"
}
}
}
⭐ 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 →