-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Support all options exposed by datadog_integration_pagerduty before it's removal #665
Comments
Hey, I am also using the |
Hello, Sorry for not answering earlier. I talked to the pagerduty integration team, and the current approach using webhooks should only require configuring service objects. Schedules are a pagerduty resource, so should be configured in pagerduty itself. Can you confirm that it would work for you? Thanks. |
My understanding is that the schedules are provided to Datadog to show who's on call in the event stream
|
Hi, This was an oversight apparently. We need a new API to manage schedules, in the mean time we'll undeprecate the resource. Thanks for your patience. |
Until we have a way to manage schedules to appear in the event stream, this is still required. Closes #665
Until we have a way to manage schedules to appear in the event stream, this is still required. Closes #665
Terraform Version
Affected Resource(s)
datadog_integration_pagerduty
Terraform Configuration Files
Issue
The configuration above is producing a warning:
This is somewhat worrying since
datadog_integration_pagerduty_service_object
does not provide the ability to configure Pagerduty schedules which is something we rely upon. I understand the reasons for the deprecation, but this warning is unfixable for us because we rely on functionality that is only exposed by the deprecated resource. Would it make sense to add another resource likedatadog_integration_pagerduty_schedule
to configure the schedule mapping?References
The text was updated successfully, but these errors were encountered: