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
163 B
HCL
5 lines
163 B
HCL
resource "towerops_schedule" "primary" {
|
|
name = "Primary On-Call"
|
|
timezone = "America/Chicago"
|
|
description = "Main engineering on-call rotation"
|
|
}
|