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
| Version | 6.35.1 |
| Downloads | 5709.5M |
| Updated | 2026-03-05 |
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 6.35.1"
}
}
}
local
Terraform Provider
LOCAL
✓ Verified
terraform-provider-local
| Version | 2.7.0 |
| Downloads | 861.6M |
| Updated | 2026-02-16 |
terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "~> 2.7.0"
}
}
}