local vs pagerduty
Terraform Provider module comparison
Side-by-side comparison of local (terraform-provider-local) and pagerduty (Terraform PagerDuty provider) — both Terraform Provider modules.
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"
}
}
}
pagerduty
Terraform Provider
PAGERDUTY
✓ Verified
Terraform PagerDuty provider
| Version | 3.31.3 |
| Downloads | 124.4M |
| Updated | 2026-03-04 |
terraform {
required_providers {
pagerduty = {
source = "PagerDuty/pagerduty"
version = "~> 3.31.3"
}
}
}