resource "pagerduty_service" "pez_solutions" { name = "Pez Solutions" auto_resolve_timeout = 14400 acknowledgement_timeout = 600 escalation_policy = pagerduty_escalation_policy.default.id alert_creation = "create_alerts_and_incidents" auto_pause_notifications_parameters { enabled = true timeout = 300 } }