@pulumiverse/grafana 0.12.0 → 0.12.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.
- package/dashboardPublic.d.ts +1 -1
- package/dashboardPublic.js +1 -1
- package/oss/dashboardPublic.d.ts +1 -1
- package/oss/dashboardPublic.js +1 -1
- package/package.json +2 -2
package/dashboardPublic.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* **Note:** This resource is available only with Grafana 10.2+.
|
|
6
6
|
*
|
|
7
|
-
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/
|
|
7
|
+
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/share-dashboards-panels/shared-dashboards/)
|
|
8
8
|
* * [HTTP API](https://grafana.com/docs/grafana/next/developers/http_api/dashboard_public/)
|
|
9
9
|
*
|
|
10
10
|
* ## Example Usage
|
package/dashboardPublic.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* **Note:** This resource is available only with Grafana 10.2+.
|
|
12
12
|
*
|
|
13
|
-
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/
|
|
13
|
+
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/share-dashboards-panels/shared-dashboards/)
|
|
14
14
|
* * [HTTP API](https://grafana.com/docs/grafana/next/developers/http_api/dashboard_public/)
|
|
15
15
|
*
|
|
16
16
|
* ## Example Usage
|
package/oss/dashboardPublic.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* **Note:** This resource is available only with Grafana 10.2+.
|
|
6
6
|
*
|
|
7
|
-
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/
|
|
7
|
+
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/share-dashboards-panels/shared-dashboards/)
|
|
8
8
|
* * [HTTP API](https://grafana.com/docs/grafana/next/developers/http_api/dashboard_public/)
|
|
9
9
|
*
|
|
10
10
|
* ## Example Usage
|
package/oss/dashboardPublic.js
CHANGED
|
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* **Note:** This resource is available only with Grafana 10.2+.
|
|
12
12
|
*
|
|
13
|
-
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/
|
|
13
|
+
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/share-dashboards-panels/shared-dashboards/)
|
|
14
14
|
* * [HTTP API](https://grafana.com/docs/grafana/next/developers/http_api/dashboard_public/)
|
|
15
15
|
*
|
|
16
16
|
* ## Example Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumiverse/grafana",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1",
|
|
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": "0.12.
|
|
27
|
+
"version": "0.12.1",
|
|
28
28
|
"server": "github://api.github.com/pulumiverse"
|
|
29
29
|
}
|
|
30
30
|
}
|