pez-infra/terraform/pagerduty/service.tf
Rasmus "Pez" Wejlgaard 9bde71fbf9
Some checks are pending
Terraform / Plan (push) Waiting to run
Terraform / Apply (push) Blocked by required conditions
adding pagerduty stack (#95)
* adding pagerduty stack

* rename files to not be overly descriptive
2026-05-04 20:50:31 +01:00

12 lines
366 B
HCL

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
}
}