@pulumiverse/grafana 2.20.0 → 2.21.0
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.
- package/cloud/getAccessPolicies.d.ts +9 -0
- package/cloud/getAccessPolicies.js.map +1 -1
- package/cloud/getIps.d.ts +11 -3
- package/cloud/getIps.js +6 -2
- package/cloud/getIps.js.map +1 -1
- package/cloud/getOrganization.d.ts +42 -3
- package/cloud/getOrganization.js +18 -0
- package/cloud/getOrganization.js.map +1 -1
- package/oncall/getIntegration.d.ts +4 -0
- package/oncall/getIntegration.js.map +1 -1
- package/oncall/integration.d.ts +3 -3
- package/package.json +2 -2
|
@@ -16,6 +16,9 @@ export declare function getAccessPolicies(args?: GetAccessPoliciesArgs, opts?: p
|
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAccessPoliciesArgs {
|
|
18
18
|
nameFilter?: string;
|
|
19
|
+
/**
|
|
20
|
+
* If set, only access policies in the specified region will be returned. Otherwise, fetches from all available regions (more resource intensive).
|
|
21
|
+
*/
|
|
19
22
|
regionFilter?: string;
|
|
20
23
|
}
|
|
21
24
|
/**
|
|
@@ -28,6 +31,9 @@ export interface GetAccessPoliciesResult {
|
|
|
28
31
|
*/
|
|
29
32
|
readonly id: string;
|
|
30
33
|
readonly nameFilter?: string;
|
|
34
|
+
/**
|
|
35
|
+
* If set, only access policies in the specified region will be returned. Otherwise, fetches from all available regions (more resource intensive).
|
|
36
|
+
*/
|
|
31
37
|
readonly regionFilter?: string;
|
|
32
38
|
}
|
|
33
39
|
/**
|
|
@@ -46,5 +52,8 @@ export declare function getAccessPoliciesOutput(args?: GetAccessPoliciesOutputAr
|
|
|
46
52
|
*/
|
|
47
53
|
export interface GetAccessPoliciesOutputArgs {
|
|
48
54
|
nameFilter?: pulumi.Input<string>;
|
|
55
|
+
/**
|
|
56
|
+
* If set, only access policies in the specified region will be returned. Otherwise, fetches from all available regions (more resource intensive).
|
|
57
|
+
*/
|
|
49
58
|
regionFilter?: pulumi.Input<string>;
|
|
50
59
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccessPolicies.js","sourceRoot":"","sources":["../../cloud/getAccessPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;GASG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC;
|
|
1
|
+
{"version":3,"file":"getAccessPolicies.js","sourceRoot":"","sources":["../../cloud/getAccessPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;GASG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC;AA4BD;;;;;;;;;GASG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAAiC;IACzG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mDAAmD,EAAE;QACpF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0DAOC"}
|
package/cloud/getIps.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Data source for retrieving sets of cloud IPs.
|
|
3
|
+
* Data source for retrieving sets of cloud IPs.
|
|
4
|
+
*
|
|
5
|
+
* * [Official documentation](https://grafana.com/docs/grafana-cloud/reference/allow-list/)
|
|
4
6
|
*
|
|
5
7
|
* ## Example Usage
|
|
6
8
|
*
|
|
@@ -32,6 +34,10 @@ export interface GetIpsResult {
|
|
|
32
34
|
* Set of IP addresses that are used for hosted metrics.
|
|
33
35
|
*/
|
|
34
36
|
readonly hostedMetrics: string[];
|
|
37
|
+
/**
|
|
38
|
+
* Set of IP addresses that are used for the OTLP Gateway.
|
|
39
|
+
*/
|
|
40
|
+
readonly hostedOtlps: string[];
|
|
35
41
|
/**
|
|
36
42
|
* Set of IP addresses that are used for hosted profiles.
|
|
37
43
|
*/
|
|
@@ -41,12 +47,14 @@ export interface GetIpsResult {
|
|
|
41
47
|
*/
|
|
42
48
|
readonly hostedTraces: string[];
|
|
43
49
|
/**
|
|
44
|
-
* The provider
|
|
50
|
+
* The ID of this datasource. This is an internal identifier used by the provider to track this datasource.
|
|
45
51
|
*/
|
|
46
52
|
readonly id: string;
|
|
47
53
|
}
|
|
48
54
|
/**
|
|
49
|
-
* Data source for retrieving sets of cloud IPs.
|
|
55
|
+
* Data source for retrieving sets of cloud IPs.
|
|
56
|
+
*
|
|
57
|
+
* * [Official documentation](https://grafana.com/docs/grafana-cloud/reference/allow-list/)
|
|
50
58
|
*
|
|
51
59
|
* ## Example Usage
|
|
52
60
|
*
|
package/cloud/getIps.js
CHANGED
|
@@ -6,7 +6,9 @@ exports.getIpsOutput = exports.getIps = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Data source for retrieving sets of cloud IPs.
|
|
9
|
+
* Data source for retrieving sets of cloud IPs.
|
|
10
|
+
*
|
|
11
|
+
* * [Official documentation](https://grafana.com/docs/grafana-cloud/reference/allow-list/)
|
|
10
12
|
*
|
|
11
13
|
* ## Example Usage
|
|
12
14
|
*
|
|
@@ -23,7 +25,9 @@ function getIps(opts) {
|
|
|
23
25
|
}
|
|
24
26
|
exports.getIps = getIps;
|
|
25
27
|
/**
|
|
26
|
-
* Data source for retrieving sets of cloud IPs.
|
|
28
|
+
* Data source for retrieving sets of cloud IPs.
|
|
29
|
+
*
|
|
30
|
+
* * [Official documentation](https://grafana.com/docs/grafana-cloud/reference/allow-list/)
|
|
27
31
|
*
|
|
28
32
|
* ## Example Usage
|
|
29
33
|
*
|
package/cloud/getIps.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getIps.js","sourceRoot":"","sources":["../../cloud/getIps.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getIps.js","sourceRoot":"","sources":["../../cloud/getIps.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,MAAM,CAAC,IAA2B;IAC9C,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE,EAC3D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wBAIC;AAuCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,YAAY,CAAC,IAAiC;IAC1D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6BAA6B,EAAE,EACjE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oCAIC"}
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* Fetches a Grafana Cloud organization.
|
|
4
|
+
*
|
|
5
|
+
* * [Official documentation](https://grafana.com/docs/grafana-cloud/)
|
|
6
|
+
* * [API documentation](https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#organizations)
|
|
7
|
+
*
|
|
8
|
+
* Required access policy scopes:
|
|
9
|
+
*
|
|
10
|
+
* * orgs:read
|
|
11
|
+
*
|
|
3
12
|
* ## Example Usage
|
|
4
13
|
*
|
|
5
14
|
* ```typescript
|
|
@@ -17,26 +26,53 @@ export declare function getOrganization(args?: GetOrganizationArgs, opts?: pulum
|
|
|
17
26
|
*/
|
|
18
27
|
export interface GetOrganizationArgs {
|
|
19
28
|
/**
|
|
20
|
-
* The ID
|
|
29
|
+
* The organization ID.
|
|
21
30
|
*/
|
|
22
31
|
id?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The organization slug.
|
|
34
|
+
*/
|
|
23
35
|
slug?: string;
|
|
24
36
|
}
|
|
25
37
|
/**
|
|
26
38
|
* A collection of values returned by getOrganization.
|
|
27
39
|
*/
|
|
28
40
|
export interface GetOrganizationResult {
|
|
41
|
+
/**
|
|
42
|
+
* The date and time the organization was created.
|
|
43
|
+
*/
|
|
29
44
|
readonly createdAt: string;
|
|
30
45
|
/**
|
|
31
|
-
* The ID
|
|
46
|
+
* The organization ID.
|
|
32
47
|
*/
|
|
33
48
|
readonly id: string;
|
|
49
|
+
/**
|
|
50
|
+
* The organization name.
|
|
51
|
+
*/
|
|
34
52
|
readonly name: string;
|
|
53
|
+
/**
|
|
54
|
+
* The organization slug.
|
|
55
|
+
*/
|
|
35
56
|
readonly slug: string;
|
|
57
|
+
/**
|
|
58
|
+
* The date and time the organization was last updated.
|
|
59
|
+
*/
|
|
36
60
|
readonly updatedAt: string;
|
|
61
|
+
/**
|
|
62
|
+
* The organization URL.
|
|
63
|
+
*/
|
|
37
64
|
readonly url: string;
|
|
38
65
|
}
|
|
39
66
|
/**
|
|
67
|
+
* Fetches a Grafana Cloud organization.
|
|
68
|
+
*
|
|
69
|
+
* * [Official documentation](https://grafana.com/docs/grafana-cloud/)
|
|
70
|
+
* * [API documentation](https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#organizations)
|
|
71
|
+
*
|
|
72
|
+
* Required access policy scopes:
|
|
73
|
+
*
|
|
74
|
+
* * orgs:read
|
|
75
|
+
*
|
|
40
76
|
* ## Example Usage
|
|
41
77
|
*
|
|
42
78
|
* ```typescript
|
|
@@ -54,8 +90,11 @@ export declare function getOrganizationOutput(args?: GetOrganizationOutputArgs,
|
|
|
54
90
|
*/
|
|
55
91
|
export interface GetOrganizationOutputArgs {
|
|
56
92
|
/**
|
|
57
|
-
* The ID
|
|
93
|
+
* The organization ID.
|
|
58
94
|
*/
|
|
59
95
|
id?: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* The organization slug.
|
|
98
|
+
*/
|
|
60
99
|
slug?: pulumi.Input<string>;
|
|
61
100
|
}
|
package/cloud/getOrganization.js
CHANGED
|
@@ -6,6 +6,15 @@ exports.getOrganizationOutput = exports.getOrganization = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
+
* Fetches a Grafana Cloud organization.
|
|
10
|
+
*
|
|
11
|
+
* * [Official documentation](https://grafana.com/docs/grafana-cloud/)
|
|
12
|
+
* * [API documentation](https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#organizations)
|
|
13
|
+
*
|
|
14
|
+
* Required access policy scopes:
|
|
15
|
+
*
|
|
16
|
+
* * orgs:read
|
|
17
|
+
*
|
|
9
18
|
* ## Example Usage
|
|
10
19
|
*
|
|
11
20
|
* ```typescript
|
|
@@ -27,6 +36,15 @@ function getOrganization(args, opts) {
|
|
|
27
36
|
}
|
|
28
37
|
exports.getOrganization = getOrganization;
|
|
29
38
|
/**
|
|
39
|
+
* Fetches a Grafana Cloud organization.
|
|
40
|
+
*
|
|
41
|
+
* * [Official documentation](https://grafana.com/docs/grafana-cloud/)
|
|
42
|
+
* * [API documentation](https://grafana.com/docs/grafana-cloud/developer-resources/api-reference/cloud-api/#organizations)
|
|
43
|
+
*
|
|
44
|
+
* Required access policy scopes:
|
|
45
|
+
*
|
|
46
|
+
* * orgs:read
|
|
47
|
+
*
|
|
30
48
|
* ## Example Usage
|
|
31
49
|
*
|
|
32
50
|
* ```typescript
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOrganization.js","sourceRoot":"","sources":["../../cloud/getOrganization.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getOrganization.js","sourceRoot":"","sources":["../../cloud/getOrganization.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0CAOC;AA6CD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+CAA+C,EAAE;QAChF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC"}
|
|
@@ -31,6 +31,10 @@ export interface GetIntegrationResult {
|
|
|
31
31
|
* The integration ID.
|
|
32
32
|
*/
|
|
33
33
|
readonly id: string;
|
|
34
|
+
/**
|
|
35
|
+
* The inbound email for the integration. Only available for integration type `inboundEmail`.
|
|
36
|
+
*/
|
|
37
|
+
readonly inboundEmail: string;
|
|
34
38
|
/**
|
|
35
39
|
* The link for the integration.
|
|
36
40
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getIntegration.js","sourceRoot":"","sources":["../../oncall/getIntegration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;
|
|
1
|
+
{"version":3,"file":"getIntegration.js","sourceRoot":"","sources":["../../oncall/getIntegration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAiCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
package/oncall/integration.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ export declare class Integration extends pulumi.CustomResource {
|
|
|
60
60
|
*/
|
|
61
61
|
readonly templates: pulumi.Output<outputs.onCall.IntegrationTemplates | undefined>;
|
|
62
62
|
/**
|
|
63
|
-
* The type of integration. Can be grafana, grafana*alerting, webhook, alertmanager, kapacitor, fabric, newrelic, datadog, pagerduty, pingdom, elastalert, amazon*sns, curler, sentry, formatted*webhook,
|
|
63
|
+
* The type of integration. Can be grafana, grafana*alerting, webhook, alertmanager, kapacitor, fabric, newrelic, datadog, pagerduty, pingdom, elastalert, amazon*sns, curler, sentry, formatted*webhook, stackdriver, uptimerobot, sentry, zabbix, prtg, inbound*email, direct_paging, jira, zendesk.
|
|
64
64
|
*/
|
|
65
65
|
readonly type: pulumi.Output<string>;
|
|
66
66
|
/**
|
|
@@ -109,7 +109,7 @@ export interface IntegrationState {
|
|
|
109
109
|
*/
|
|
110
110
|
templates?: pulumi.Input<inputs.onCall.IntegrationTemplates>;
|
|
111
111
|
/**
|
|
112
|
-
* The type of integration. Can be grafana, grafana*alerting, webhook, alertmanager, kapacitor, fabric, newrelic, datadog, pagerduty, pingdom, elastalert, amazon*sns, curler, sentry, formatted*webhook,
|
|
112
|
+
* The type of integration. Can be grafana, grafana*alerting, webhook, alertmanager, kapacitor, fabric, newrelic, datadog, pagerduty, pingdom, elastalert, amazon*sns, curler, sentry, formatted*webhook, stackdriver, uptimerobot, sentry, zabbix, prtg, inbound*email, direct_paging, jira, zendesk.
|
|
113
113
|
*/
|
|
114
114
|
type?: pulumi.Input<string>;
|
|
115
115
|
}
|
|
@@ -146,7 +146,7 @@ export interface IntegrationArgs {
|
|
|
146
146
|
*/
|
|
147
147
|
templates?: pulumi.Input<inputs.onCall.IntegrationTemplates>;
|
|
148
148
|
/**
|
|
149
|
-
* The type of integration. Can be grafana, grafana*alerting, webhook, alertmanager, kapacitor, fabric, newrelic, datadog, pagerduty, pingdom, elastalert, amazon*sns, curler, sentry, formatted*webhook,
|
|
149
|
+
* The type of integration. Can be grafana, grafana*alerting, webhook, alertmanager, kapacitor, fabric, newrelic, datadog, pagerduty, pingdom, elastalert, amazon*sns, curler, sentry, formatted*webhook, stackdriver, uptimerobot, sentry, zabbix, prtg, inbound*email, direct_paging, jira, zendesk.
|
|
150
150
|
*/
|
|
151
151
|
type: pulumi.Input<string>;
|
|
152
152
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumiverse/grafana",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing grafana.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "grafana",
|
|
27
|
-
"version": "2.
|
|
27
|
+
"version": "2.21.0",
|
|
28
28
|
"server": "github://api.github.com/pulumiverse"
|
|
29
29
|
}
|
|
30
30
|
}
|