terraform-provider-towerops/examples/resources/towerops_schedule/resource.tf
Graham McIntire e7634da384
docs: add schedule and escalation policy documentation
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.
2026-03-11 14:04:29 -05:00

5 lines
163 B
HCL

resource "towerops_schedule" "primary" {
name = "Primary On-Call"
timezone = "America/Chicago"
description = "Main engineering on-call rotation"
}