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.
# Create a team within victorops
resource "victorops_team" "infrastructure" {
name = "Infrastructure"
}
The following arguments are supported:
name
- (Required) The name of this teamThe following attributes are exported:
id
- The ID of the team.Import is not currently supported