pagerduty_team

A team is a collection of users and escalation policies that represent a group of people within an organization.

The account must have the teams ability to use the following resource.

Example Usage

resource "pagerduty_team" "parent" {
  name        = "Product Development"
  description = "Product and Engineering"
}

resource "pagerduty_team" "example" {
  name        = "Engineering"
  description = "All engineering"
  parent      = pagerduty_team.parent.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Teams can be imported using the id, e.g.

$ terraform import pagerduty_team.main PLBP09X