terraform-provider-towerops/examples/resources/towerops_integration/resource.tf
Graham McIntire bbe1babdf7
add agent, integration, and maintenance window resources
New Terraform resources: towerops_agent, towerops_integration,
towerops_maintenance_window with full CRUD, docs, and examples.
2026-03-11 14:33:52 -05:00

5 lines
145 B
HCL

resource "towerops_integration" "pagerduty" {
provider = "pagerduty"
enabled = true
sync_interval_minutes = 5
}