aws vs azurerm

Terraform Provider module comparison

Side-by-side comparison of aws (terraform-provider-aws) and azurerm (terraform-provider-azurerm) — 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

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
⚖ Open interactive comparison →