pagerduty_business_service

A business service allows you to model capabilities that span multiple technical services and that may be owned by several different teams.

Example Usage

resource "pagerduty_business_service" "example" {
  name             = "My Web App"
  description      = "A very descriptive description of this business service"
  point_of_contact = "PagerDuty Admin"
  team             = "P37RSRS"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

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

$ terraform import pagerduty_business_service.main PLBP09X