Closed linuxluigi closed 19 hours ago
@linuxluigi Grafana Labs replaced the various grafana_contact_point_<service>
with a single grafana_contact_point
resource. This maps to the single grafana.ContactPoint
resource with a PagerDuty specific input property. This contains the url
property you want.
https://www.pulumi.com/registry/packages/grafana/api-docs/alerting/contactpoint/#url_nodejs
This PR will add an option to set the PagerDuty URL.
Based on the Terraform Example _acc_receiver_types.tf
I hope this is correct to implement. In the end it should add the option to set the PagerDuty URL.