@pulumi/pagerduty 4.14.0 → 4.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,11 +26,11 @@ import * as outputs from "./types/output";
26
26
  * {
27
27
  * label: "Dynamically route events related to specific PagerDuty services",
28
28
  * actions: {
29
- * dynamicRouteTos: {
29
+ * dynamicRouteTos: [{
30
30
  * lookupBy: "service_id",
31
31
  * source: "event.custom_details.pd_service_id",
32
- * regexp: "(.*)",
33
- * },
32
+ * regex: "(.*)",
33
+ * }],
34
34
  * },
35
35
  * },
36
36
  * {
@@ -30,11 +30,11 @@ const utilities = require("./utilities");
30
30
  * {
31
31
  * label: "Dynamically route events related to specific PagerDuty services",
32
32
  * actions: {
33
- * dynamicRouteTos: {
33
+ * dynamicRouteTos: [{
34
34
  * lookupBy: "service_id",
35
35
  * source: "event.custom_details.pd_service_id",
36
- * regexp: "(.*)",
37
- * },
36
+ * regex: "(.*)",
37
+ * }],
38
38
  * },
39
39
  * },
40
40
  * {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pagerduty",
3
- "version": "4.14.0",
3
+ "version": "4.14.1",
4
4
  "description": "A Pulumi package for creating and managing pagerduty cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "pagerduty",
26
- "version": "4.14.0"
26
+ "version": "4.14.1"
27
27
  }
28
28
  }