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
| Version | 4.63.0 |
| Downloads | 1378.8M |
| Updated | 2026-03-05 |
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 4.63.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"
}
}
}