From 19d0fce3512c64cd73541b54872d182108ca1981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Reyes?= Date: Thu, 20 Apr 2023 19:04:00 -0400 Subject: [PATCH] update `data.pagerduty_vendor` docs --- website/docs/d/vendor.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/d/vendor.html.markdown b/website/docs/d/vendor.html.markdown index b601e1320..510394c80 100644 --- a/website/docs/d/vendor.html.markdown +++ b/website/docs/d/vendor.html.markdown @@ -10,6 +10,8 @@ description: |- Use this data source to get information about a specific [vendor][1] that you can use for a service integration (e.g. Amazon Cloudwatch, Splunk, Datadog). +-> For the case of vendors that rely on [Change Events][2] (e.g. Jekings CI, Github, Gitlab, ...) is important to know that those vendors are only available with [PagerDuty AIOps][3] add-on. Therefore, they won't be accessible as result of `pagerduty_vendor` data source without the proper entitlements. + ## Example Usage ```hcl @@ -64,3 +66,5 @@ The following arguments are supported: * `type` - The generic service type for this vendor. [1]: https://developer.pagerduty.com/api-reference/b3A6Mjc0ODI1OQ-list-vendors +[2]: https://support.pagerduty.com/docs/change-events +[3]: https://support.pagerduty.com/docs/aiops