@pulumi/newrelic 5.12.0 → 5.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.
@@ -25,7 +25,7 @@ export declare class OneDashboardJson extends pulumi.CustomResource {
25
25
  */
26
26
  static isInstance(obj: any): obj is OneDashboardJson;
27
27
  /**
28
- * The New Relic account ID where you want to create the dashboard.
28
+ * Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
29
29
  */
30
30
  readonly accountId: pulumi.Output<number>;
31
31
  /**
@@ -58,7 +58,7 @@ export declare class OneDashboardJson extends pulumi.CustomResource {
58
58
  */
59
59
  export interface OneDashboardJsonState {
60
60
  /**
61
- * The New Relic account ID where you want to create the dashboard.
61
+ * Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
62
62
  */
63
63
  accountId?: pulumi.Input<number>;
64
64
  /**
@@ -83,7 +83,7 @@ export interface OneDashboardJsonState {
83
83
  */
84
84
  export interface OneDashboardJsonArgs {
85
85
  /**
86
- * The New Relic account ID where you want to create the dashboard.
86
+ * Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
87
87
  */
88
88
  accountId?: pulumi.Input<number>;
89
89
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/newrelic",
3
- "version": "v5.12.0",
3
+ "version": "v5.12.1",
4
4
  "description": "A Pulumi package for creating and managing New Relic resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource newrelic v5.12.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource newrelic v5.12.1"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/newrelic",
3
- "version": "v5.12.0",
3
+ "version": "v5.12.1",
4
4
  "description": "A Pulumi package for creating and managing New Relic resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource newrelic v5.12.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource newrelic v5.12.1"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"