victorops_routing_key

A routing key in VictorOps is used to route incoming alerts to specific escalation policies.

Note: Deletion of routing keys is not supported through the provider at this moment.

Example Usage

resource "victorops_routing_key" "infrastructure_high_severity" {
  name = "infrastructure-high-severity"
  targets = [victorops_escalation_policy.high_severity.id]
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Import is not currently supported