aws vs local

Terraform Provider module comparison

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

local

Terraform Provider LOCAL ✓ Verified

terraform-provider-local

Version2.7.0
Downloads861.6M
Updated2026-02-16
terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "~> 2.7.0"
}
}
}
⭐ GitHub 📦 Registry → Full details
⚖ Open interactive comparison →