aws vs tfe
Terraform Provider module comparison
Side-by-side comparison of aws (terraform-provider-aws) and tfe (terraform-provider-tfe) — 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"
}
}
}
tfe
Terraform Provider
TFE
✓ Verified
terraform-provider-tfe
| Version | 0.74.1 |
| Downloads | 129.8M |
| Updated | 2026-03-02 |
terraform {
required_providers {
tfe = {
source = "hashicorp/tfe"
version = "~> 0.74.1"
}
}
}