victorops_team

A team is a collection of users within a victorops account.They contain on-call rotations and escalation policies.

To add members to a team, use the victorops_team_membership resource.

Example Usage

# Create a team within victorops
resource "victorops_team" "infrastructure" {
  name = "Infrastructure"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Import is not currently supported