@pulumi/newrelic 5.64.0 → 5.64.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/fleet.d.ts +0 -13
- package/fleet.js +0 -3
- package/fleet.js.map +1 -1
- package/package.json +2 -2
package/fleet.d.ts
CHANGED
|
@@ -17,7 +17,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
17
17
|
* managedEntityType: "HOST",
|
|
18
18
|
* operatingSystem: "LINUX",
|
|
19
19
|
* description: "Fleet for managing Linux production hosts",
|
|
20
|
-
* product: "INFRA",
|
|
21
20
|
* tags: [
|
|
22
21
|
* "environment:production",
|
|
23
22
|
* "team:platform,ops",
|
|
@@ -97,10 +96,6 @@ export declare class Fleet extends pulumi.CustomResource {
|
|
|
97
96
|
* The organization ID. If not provided, it will be automatically fetched from your account. **Note**: This cannot be changed after creation (forces new resource).
|
|
98
97
|
*/
|
|
99
98
|
readonly organizationId: pulumi.Output<string>;
|
|
100
|
-
/**
|
|
101
|
-
* The New Relic product associated with this fleet (e.g., `INFRA`).
|
|
102
|
-
*/
|
|
103
|
-
readonly product: pulumi.Output<string | undefined>;
|
|
104
99
|
/**
|
|
105
100
|
* A list of tags for the fleet. Each tag should be in the format `"key:value1,value2"` where multiple values can be comma-separated.
|
|
106
101
|
*/
|
|
@@ -138,10 +133,6 @@ export interface FleetState {
|
|
|
138
133
|
* The organization ID. If not provided, it will be automatically fetched from your account. **Note**: This cannot be changed after creation (forces new resource).
|
|
139
134
|
*/
|
|
140
135
|
organizationId?: pulumi.Input<string>;
|
|
141
|
-
/**
|
|
142
|
-
* The New Relic product associated with this fleet (e.g., `INFRA`).
|
|
143
|
-
*/
|
|
144
|
-
product?: pulumi.Input<string>;
|
|
145
136
|
/**
|
|
146
137
|
* A list of tags for the fleet. Each tag should be in the format `"key:value1,value2"` where multiple values can be comma-separated.
|
|
147
138
|
*/
|
|
@@ -171,10 +162,6 @@ export interface FleetArgs {
|
|
|
171
162
|
* The organization ID. If not provided, it will be automatically fetched from your account. **Note**: This cannot be changed after creation (forces new resource).
|
|
172
163
|
*/
|
|
173
164
|
organizationId?: pulumi.Input<string>;
|
|
174
|
-
/**
|
|
175
|
-
* The New Relic product associated with this fleet (e.g., `INFRA`).
|
|
176
|
-
*/
|
|
177
|
-
product?: pulumi.Input<string>;
|
|
178
165
|
/**
|
|
179
166
|
* A list of tags for the fleet. Each tag should be in the format `"key:value1,value2"` where multiple values can be comma-separated.
|
|
180
167
|
*/
|
package/fleet.js
CHANGED
|
@@ -23,7 +23,6 @@ const utilities = require("./utilities");
|
|
|
23
23
|
* managedEntityType: "HOST",
|
|
24
24
|
* operatingSystem: "LINUX",
|
|
25
25
|
* description: "Fleet for managing Linux production hosts",
|
|
26
|
-
* product: "INFRA",
|
|
27
26
|
* tags: [
|
|
28
27
|
* "environment:production",
|
|
29
28
|
* "team:platform,ops",
|
|
@@ -100,7 +99,6 @@ class Fleet extends pulumi.CustomResource {
|
|
|
100
99
|
resourceInputs["name"] = state?.name;
|
|
101
100
|
resourceInputs["operatingSystem"] = state?.operatingSystem;
|
|
102
101
|
resourceInputs["organizationId"] = state?.organizationId;
|
|
103
|
-
resourceInputs["product"] = state?.product;
|
|
104
102
|
resourceInputs["tags"] = state?.tags;
|
|
105
103
|
}
|
|
106
104
|
else {
|
|
@@ -113,7 +111,6 @@ class Fleet extends pulumi.CustomResource {
|
|
|
113
111
|
resourceInputs["name"] = args?.name;
|
|
114
112
|
resourceInputs["operatingSystem"] = args?.operatingSystem;
|
|
115
113
|
resourceInputs["organizationId"] = args?.organizationId;
|
|
116
|
-
resourceInputs["product"] = args?.product;
|
|
117
114
|
resourceInputs["tags"] = args?.tags;
|
|
118
115
|
}
|
|
119
116
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/fleet.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fleet.js","sourceRoot":"","sources":["../fleet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"fleet.js","sourceRoot":"","sources":["../fleet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAmCD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,IAAI,EAAE,iBAAiB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;aACpE;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAtFL,sBAuFC;AAzEG,gBAAgB;AACO,kBAAY,GAAG,4BAA4B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/newrelic",
|
|
3
|
-
"version": "5.64.
|
|
3
|
+
"version": "5.64.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.64.
|
|
26
|
+
"version": "5.64.1"
|
|
27
27
|
}
|
|
28
28
|
}
|