@pulumi/newrelic 5.74.0 → 5.74.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/package.json +2 -2
- package/types/input.d.ts +1 -1
- package/types/output.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/newrelic",
|
|
3
|
-
"version": "5.74.
|
|
3
|
+
"version": "5.74.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing New Relic resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "newrelic",
|
|
26
|
-
"version": "5.74.
|
|
26
|
+
"version": "5.74.1"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -3830,7 +3830,7 @@ export interface OneDashboardVariableItem {
|
|
|
3830
3830
|
}
|
|
3831
3831
|
export interface OneDashboardVariableNrqlQuery {
|
|
3832
3832
|
/**
|
|
3833
|
-
* (
|
|
3833
|
+
* (Optional) List of account IDs to run the variable's NRQL query against, such as `[12345, 67890]`. If omitted, defaults to the account ID the provider is configured with.
|
|
3834
3834
|
*/
|
|
3835
3835
|
accountIds?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
3836
3836
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -3888,7 +3888,7 @@ export interface OneDashboardVariableItem {
|
|
|
3888
3888
|
}
|
|
3889
3889
|
export interface OneDashboardVariableNrqlQuery {
|
|
3890
3890
|
/**
|
|
3891
|
-
* (
|
|
3891
|
+
* (Optional) List of account IDs to run the variable's NRQL query against, such as `[12345, 67890]`. If omitted, defaults to the account ID the provider is configured with.
|
|
3892
3892
|
*/
|
|
3893
3893
|
accountIds?: string[];
|
|
3894
3894
|
/**
|