victorops_team_membership

Associates a user with a specific team in VictorOps

Example Usage

resource "victorops_team_membership" "john_infra" {
  team_id          = victorops_team.infrastructure.id
  user_name        = victorops_user.john.user_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

There are no additional attributes for this resource.

Import

Import is not currently supported