Add Terraform Registry docs and examples for towerops_schedule and towerops_escalation_policy resources. Update provider index and main example to include on-call resources.
5 lines
154 B
HCL
5 lines
154 B
HCL
resource "towerops_escalation_policy" "critical" {
|
|
name = "Critical Alerts"
|
|
description = "Escalation for P1 incidents"
|
|
repeat_count = 5
|
|
}
|