Provides a VictorOps Team.
resource "victorops_team" "my_ops_team" {
name = "Operations"
}
data "victorops_team" "my_ops_team" {
team = "${victorops_team.my_ops_team.id}"
}
team
- The ID (slug) of the team. This is required.
name
- Name of the team.is_default_team
- Self-explanatory.