mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
* adding pagerduty stack * rename files to not be overly descriptive
12 lines
366 B
HCL
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
|
|
}
|
|
}
|