jianyuan/terraform-provider-sentry

Pagerduty service integration

Closed this issue · 0 comments

Hi!

The resources responsible for creating alerts support pagerduty integration, but before that we need to set the integration up and in this process, when we do that through browser a popup window is opened and pagerduty console is opened as well. There, we connect the service and after that the pagerduty creates the service integration (like this resource https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/service_integration), then a request is performed to sentry, to configure the same integration into the sentry (this endpoint: https://sentry.io/extensions/pagerduty/setup/?config=AN-ENCODED-JSON), but there isn't a resource here to do the same.

Would be fine if this supports was done...