@pulumi/newrelic 5.66.3 → 5.66.4
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/synthetics/brokenLinksMonitor.d.ts +11 -11
- package/synthetics/brokenLinksMonitor.js +2 -2
- package/synthetics/certCheckMonitor.d.ts +11 -11
- package/synthetics/certCheckMonitor.js +2 -2
- package/synthetics/monitor.d.ts +6 -6
- package/synthetics/monitor.js +3 -3
- package/synthetics/scriptMonitor.d.ts +39 -9
- package/synthetics/scriptMonitor.d.ts.map +1 -1
- package/synthetics/scriptMonitor.js +6 -6
- package/synthetics/scriptMonitor.js.map +1 -1
- package/synthetics/stepMonitor.d.ts +12 -12
- package/synthetics/stepMonitor.js +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/newrelic",
|
|
3
|
-
"version": "5.66.
|
|
3
|
+
"version": "5.66.4",
|
|
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.66.
|
|
26
|
+
"version": "5.66.4"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Use this resource to create, update, and delete a Synthetics Broken Links monitor in New Relic.
|
|
6
6
|
*
|
|
7
|
-
* > **IMPORTANT:** The **Synthetics Legacy Runtime**
|
|
7
|
+
* > **IMPORTANT:** The **Synthetics Legacy Runtime** will reach its <b style="color:red;">end-of-life</b> on <b style="color:red;">Nov 18, 2026</b>. As a consequence, using the legacy runtime with Synthetic monitor requests from the New Relic Terraform Provider will result in API errors. Starting with **v3.51.0** of the New Relic Terraform Provider, configurations of Synthetic monitors without runtime attributes or comprising legacy runtime values <span style="color:red;">will be deemed invalid</span>.
|
|
8
8
|
* <br><br>
|
|
9
9
|
* If your Synthetic monitors' configuration is not updated already with new runtime values, upgrade as soon as possible to avoid these consequences. For more details and instructions, please see the detailed warning against `runtimeType` and `runtimeTypeVersion` in the **Argument Reference** section.
|
|
10
10
|
*
|
|
@@ -21,7 +21,7 @@ import * as outputs from "../types/output";
|
|
|
21
21
|
* period: "EVERY_6_HOURS",
|
|
22
22
|
* status: "ENABLED",
|
|
23
23
|
* runtimeType: "NODE_API",
|
|
24
|
-
* runtimeTypeVersion: "
|
|
24
|
+
* runtimeTypeVersion: "22.20.0",
|
|
25
25
|
* tags: [{
|
|
26
26
|
* key: "some_key",
|
|
27
27
|
* values: ["some_value"],
|
|
@@ -121,11 +121,11 @@ export declare class BrokenLinksMonitor extends pulumi.CustomResource {
|
|
|
121
121
|
*/
|
|
122
122
|
readonly runtimeType: pulumi.Output<string | undefined>;
|
|
123
123
|
/**
|
|
124
|
-
* The specific version of the runtime type selected (`
|
|
124
|
+
* The specific version of the runtime type selected. Use `22.20.0` which corresponds to Node.js version 22.20.0. **Note:** The Terraform Provider enforces the latest runtime version (`22.20.0`) for this non-scripted monitor type in alignment with the New Relic UI — even if a different version is hard-coded in your configuration, the provider will override it. We recommend explicitly setting `runtimeTypeVersion = "22.20.0"` in your configuration to avoid drift.
|
|
125
125
|
*
|
|
126
|
-
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime**
|
|
126
|
+
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime** will take effect on <b style="color:red;">Nov 18, 2026</b>, implying that support for using the deprecated Synthetics Legacy Runtime with **new and existing** Synthetic monitors <b style="color:maroon;">will officially end as of Nov 18, 2026</b>. As a consequence of this API change, all requests associated with Synthetic Monitors (except Ping Monitors) going out of the New Relic Terraform Provider <span style="color:maroon;">will be blocked by an API error</span> if they include values corresponding to the legacy runtime.
|
|
127
127
|
* <br><br>
|
|
128
|
-
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
128
|
+
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
129
129
|
* <br><br>
|
|
130
130
|
* We kindly recommend that you upgrade your Synthetic Monitors to the new runtime as soon as possible <span style="color:red;">if they are still using the legacy runtime</span>, to avoid seeing the aforementioned consequences. Please check out this guide in the documentation of the Terraform Provider (specifically, the table at the bottom of the guide, if you're looking for updates to be made to the configuration of Synthetic monitors) and [this announcement](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, actions needed, relevant resources, and more.
|
|
131
131
|
* <br><br>
|
|
@@ -198,11 +198,11 @@ export interface BrokenLinksMonitorState {
|
|
|
198
198
|
*/
|
|
199
199
|
runtimeType?: pulumi.Input<string | undefined>;
|
|
200
200
|
/**
|
|
201
|
-
* The specific version of the runtime type selected (`
|
|
201
|
+
* The specific version of the runtime type selected. Use `22.20.0` which corresponds to Node.js version 22.20.0. **Note:** The Terraform Provider enforces the latest runtime version (`22.20.0`) for this non-scripted monitor type in alignment with the New Relic UI — even if a different version is hard-coded in your configuration, the provider will override it. We recommend explicitly setting `runtimeTypeVersion = "22.20.0"` in your configuration to avoid drift.
|
|
202
202
|
*
|
|
203
|
-
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime**
|
|
203
|
+
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime** will take effect on <b style="color:red;">Nov 18, 2026</b>, implying that support for using the deprecated Synthetics Legacy Runtime with **new and existing** Synthetic monitors <b style="color:maroon;">will officially end as of Nov 18, 2026</b>. As a consequence of this API change, all requests associated with Synthetic Monitors (except Ping Monitors) going out of the New Relic Terraform Provider <span style="color:maroon;">will be blocked by an API error</span> if they include values corresponding to the legacy runtime.
|
|
204
204
|
* <br><br>
|
|
205
|
-
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
205
|
+
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
206
206
|
* <br><br>
|
|
207
207
|
* We kindly recommend that you upgrade your Synthetic Monitors to the new runtime as soon as possible <span style="color:red;">if they are still using the legacy runtime</span>, to avoid seeing the aforementioned consequences. Please check out this guide in the documentation of the Terraform Provider (specifically, the table at the bottom of the guide, if you're looking for updates to be made to the configuration of Synthetic monitors) and [this announcement](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, actions needed, relevant resources, and more.
|
|
208
208
|
* <br><br>
|
|
@@ -255,11 +255,11 @@ export interface BrokenLinksMonitorArgs {
|
|
|
255
255
|
*/
|
|
256
256
|
runtimeType?: pulumi.Input<string | undefined>;
|
|
257
257
|
/**
|
|
258
|
-
* The specific version of the runtime type selected (`
|
|
258
|
+
* The specific version of the runtime type selected. Use `22.20.0` which corresponds to Node.js version 22.20.0. **Note:** The Terraform Provider enforces the latest runtime version (`22.20.0`) for this non-scripted monitor type in alignment with the New Relic UI — even if a different version is hard-coded in your configuration, the provider will override it. We recommend explicitly setting `runtimeTypeVersion = "22.20.0"` in your configuration to avoid drift.
|
|
259
259
|
*
|
|
260
|
-
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime**
|
|
260
|
+
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime** will take effect on <b style="color:red;">Nov 18, 2026</b>, implying that support for using the deprecated Synthetics Legacy Runtime with **new and existing** Synthetic monitors <b style="color:maroon;">will officially end as of Nov 18, 2026</b>. As a consequence of this API change, all requests associated with Synthetic Monitors (except Ping Monitors) going out of the New Relic Terraform Provider <span style="color:maroon;">will be blocked by an API error</span> if they include values corresponding to the legacy runtime.
|
|
261
261
|
* <br><br>
|
|
262
|
-
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
262
|
+
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
263
263
|
* <br><br>
|
|
264
264
|
* We kindly recommend that you upgrade your Synthetic Monitors to the new runtime as soon as possible <span style="color:red;">if they are still using the legacy runtime</span>, to avoid seeing the aforementioned consequences. Please check out this guide in the documentation of the Terraform Provider (specifically, the table at the bottom of the guide, if you're looking for updates to be made to the configuration of Synthetic monitors) and [this announcement](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, actions needed, relevant resources, and more.
|
|
265
265
|
* <br><br>
|
|
@@ -31,7 +31,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
31
31
|
/**
|
|
32
32
|
* Use this resource to create, update, and delete a Synthetics Broken Links monitor in New Relic.
|
|
33
33
|
*
|
|
34
|
-
* > **IMPORTANT:** The **Synthetics Legacy Runtime**
|
|
34
|
+
* > **IMPORTANT:** The **Synthetics Legacy Runtime** will reach its <b style="color:red;">end-of-life</b> on <b style="color:red;">Nov 18, 2026</b>. As a consequence, using the legacy runtime with Synthetic monitor requests from the New Relic Terraform Provider will result in API errors. Starting with **v3.51.0** of the New Relic Terraform Provider, configurations of Synthetic monitors without runtime attributes or comprising legacy runtime values <span style="color:red;">will be deemed invalid</span>.
|
|
35
35
|
* <br><br>
|
|
36
36
|
* If your Synthetic monitors' configuration is not updated already with new runtime values, upgrade as soon as possible to avoid these consequences. For more details and instructions, please see the detailed warning against `runtimeType` and `runtimeTypeVersion` in the **Argument Reference** section.
|
|
37
37
|
*
|
|
@@ -48,7 +48,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
48
48
|
* period: "EVERY_6_HOURS",
|
|
49
49
|
* status: "ENABLED",
|
|
50
50
|
* runtimeType: "NODE_API",
|
|
51
|
-
* runtimeTypeVersion: "
|
|
51
|
+
* runtimeTypeVersion: "22.20.0",
|
|
52
52
|
* tags: [{
|
|
53
53
|
* key: "some_key",
|
|
54
54
|
* values: ["some_value"],
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Use this resource to create, update, and delete a Synthetics Certificate Check monitor in New Relic.
|
|
6
6
|
*
|
|
7
|
-
* > **IMPORTANT:** The **Synthetics Legacy Runtime**
|
|
7
|
+
* > **IMPORTANT:** The **Synthetics Legacy Runtime** will reach its <b style="color:red;">end-of-life</b> on <b style="color:red;">Nov 18, 2026</b>. As a consequence, using the legacy runtime with Synthetic monitor requests from the New Relic Terraform Provider will result in API errors. Starting with **v3.51.0** of the New Relic Terraform Provider, configurations of Synthetic monitors without runtime attributes or comprising legacy runtime values <span style="color:red;">will be deemed invalid</span>.
|
|
8
8
|
* <br><br>
|
|
9
9
|
* If your Synthetic monitors' configuration is not updated already with new runtime values, upgrade as soon as possible to avoid these consequences. For more details and instructions, please see the detailed warning against `runtimeType` and `runtimeTypeVersion` in the **Argument Reference** section.
|
|
10
10
|
*
|
|
@@ -22,7 +22,7 @@ import * as outputs from "../types/output";
|
|
|
22
22
|
* period: "EVERY_6_HOURS",
|
|
23
23
|
* status: "ENABLED",
|
|
24
24
|
* runtimeType: "NODE_API",
|
|
25
|
-
* runtimeTypeVersion: "
|
|
25
|
+
* runtimeTypeVersion: "22.20.0",
|
|
26
26
|
* tags: [{
|
|
27
27
|
* key: "some_key",
|
|
28
28
|
* values: ["some_value"],
|
|
@@ -127,11 +127,11 @@ export declare class CertCheckMonitor extends pulumi.CustomResource {
|
|
|
127
127
|
*/
|
|
128
128
|
readonly runtimeType: pulumi.Output<string | undefined>;
|
|
129
129
|
/**
|
|
130
|
-
* The specific version of the runtime type selected (`
|
|
130
|
+
* The specific version of the runtime type selected. Use `22.20.0` which corresponds to Node.js version 22.20.0. **Note:** The Terraform Provider enforces the latest runtime version (`22.20.0`) for this non-scripted monitor type in alignment with the New Relic UI — even if a different version is hard-coded in your configuration, the provider will override it. We recommend explicitly setting `runtimeTypeVersion = "22.20.0"` in your configuration to avoid drift.
|
|
131
131
|
*
|
|
132
|
-
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime**
|
|
132
|
+
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime** will take effect on <b style="color:red;">Nov 18, 2026</b>, implying that support for using the deprecated Synthetics Legacy Runtime with **new and existing** Synthetic monitors <b style="color:maroon;">will officially end as of Nov 18, 2026</b>. As a consequence of this API change, all requests associated with Synthetic Monitors (except Ping Monitors) going out of the New Relic Terraform Provider <span style="color:maroon;">will be blocked by an API error</span> if they include values corresponding to the legacy runtime.
|
|
133
133
|
* <br><br>
|
|
134
|
-
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
134
|
+
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
135
135
|
* <br><br>
|
|
136
136
|
* We kindly recommend that you upgrade your Synthetic Monitors to the new runtime as soon as possible <span style="color:red;">if they are still using the legacy runtime</span>, to avoid seeing the aforementioned consequences. Please check out this guide in the documentation of the Terraform Provider (specifically, the table at the bottom of the guide, if you're looking for updates to be made to the configuration of Synthetic monitors) and [this announcement](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, actions needed, relevant resources, and more.
|
|
137
137
|
* <br><br>
|
|
@@ -204,11 +204,11 @@ export interface CertCheckMonitorState {
|
|
|
204
204
|
*/
|
|
205
205
|
runtimeType?: pulumi.Input<string | undefined>;
|
|
206
206
|
/**
|
|
207
|
-
* The specific version of the runtime type selected (`
|
|
207
|
+
* The specific version of the runtime type selected. Use `22.20.0` which corresponds to Node.js version 22.20.0. **Note:** The Terraform Provider enforces the latest runtime version (`22.20.0`) for this non-scripted monitor type in alignment with the New Relic UI — even if a different version is hard-coded in your configuration, the provider will override it. We recommend explicitly setting `runtimeTypeVersion = "22.20.0"` in your configuration to avoid drift.
|
|
208
208
|
*
|
|
209
|
-
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime**
|
|
209
|
+
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime** will take effect on <b style="color:red;">Nov 18, 2026</b>, implying that support for using the deprecated Synthetics Legacy Runtime with **new and existing** Synthetic monitors <b style="color:maroon;">will officially end as of Nov 18, 2026</b>. As a consequence of this API change, all requests associated with Synthetic Monitors (except Ping Monitors) going out of the New Relic Terraform Provider <span style="color:maroon;">will be blocked by an API error</span> if they include values corresponding to the legacy runtime.
|
|
210
210
|
* <br><br>
|
|
211
|
-
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
211
|
+
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
212
212
|
* <br><br>
|
|
213
213
|
* We kindly recommend that you upgrade your Synthetic Monitors to the new runtime as soon as possible <span style="color:red;">if they are still using the legacy runtime</span>, to avoid seeing the aforementioned consequences. Please check out this guide in the documentation of the Terraform Provider (specifically, the table at the bottom of the guide, if you're looking for updates to be made to the configuration of Synthetic monitors) and [this announcement](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, actions needed, relevant resources, and more.
|
|
214
214
|
* <br><br>
|
|
@@ -265,11 +265,11 @@ export interface CertCheckMonitorArgs {
|
|
|
265
265
|
*/
|
|
266
266
|
runtimeType?: pulumi.Input<string | undefined>;
|
|
267
267
|
/**
|
|
268
|
-
* The specific version of the runtime type selected (`
|
|
268
|
+
* The specific version of the runtime type selected. Use `22.20.0` which corresponds to Node.js version 22.20.0. **Note:** The Terraform Provider enforces the latest runtime version (`22.20.0`) for this non-scripted monitor type in alignment with the New Relic UI — even if a different version is hard-coded in your configuration, the provider will override it. We recommend explicitly setting `runtimeTypeVersion = "22.20.0"` in your configuration to avoid drift.
|
|
269
269
|
*
|
|
270
|
-
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime**
|
|
270
|
+
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime** will take effect on <b style="color:red;">Nov 18, 2026</b>, implying that support for using the deprecated Synthetics Legacy Runtime with **new and existing** Synthetic monitors <b style="color:maroon;">will officially end as of Nov 18, 2026</b>. As a consequence of this API change, all requests associated with Synthetic Monitors (except Ping Monitors) going out of the New Relic Terraform Provider <span style="color:maroon;">will be blocked by an API error</span> if they include values corresponding to the legacy runtime.
|
|
271
271
|
* <br><br>
|
|
272
|
-
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
272
|
+
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
273
273
|
* <br><br>
|
|
274
274
|
* We kindly recommend that you upgrade your Synthetic Monitors to the new runtime as soon as possible <span style="color:red;">if they are still using the legacy runtime</span>, to avoid seeing the aforementioned consequences. Please check out this guide in the documentation of the Terraform Provider (specifically, the table at the bottom of the guide, if you're looking for updates to be made to the configuration of Synthetic monitors) and [this announcement](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, actions needed, relevant resources, and more.
|
|
275
275
|
* <br><br>
|
|
@@ -31,7 +31,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
31
31
|
/**
|
|
32
32
|
* Use this resource to create, update, and delete a Synthetics Certificate Check monitor in New Relic.
|
|
33
33
|
*
|
|
34
|
-
* > **IMPORTANT:** The **Synthetics Legacy Runtime**
|
|
34
|
+
* > **IMPORTANT:** The **Synthetics Legacy Runtime** will reach its <b style="color:red;">end-of-life</b> on <b style="color:red;">Nov 18, 2026</b>. As a consequence, using the legacy runtime with Synthetic monitor requests from the New Relic Terraform Provider will result in API errors. Starting with **v3.51.0** of the New Relic Terraform Provider, configurations of Synthetic monitors without runtime attributes or comprising legacy runtime values <span style="color:red;">will be deemed invalid</span>.
|
|
35
35
|
* <br><br>
|
|
36
36
|
* If your Synthetic monitors' configuration is not updated already with new runtime values, upgrade as soon as possible to avoid these consequences. For more details and instructions, please see the detailed warning against `runtimeType` and `runtimeTypeVersion` in the **Argument Reference** section.
|
|
37
37
|
*
|
|
@@ -49,7 +49,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
49
49
|
* period: "EVERY_6_HOURS",
|
|
50
50
|
* status: "ENABLED",
|
|
51
51
|
* runtimeType: "NODE_API",
|
|
52
|
-
* runtimeTypeVersion: "
|
|
52
|
+
* runtimeTypeVersion: "22.20.0",
|
|
53
53
|
* tags: [{
|
|
54
54
|
* key: "some_key",
|
|
55
55
|
* values: ["some_value"],
|
package/synthetics/monitor.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Use this resource to create, update, and delete a Simple or Browser Synthetics Monitor in New Relic.
|
|
6
6
|
*
|
|
7
|
-
* > **IMPORTANT:** The **Synthetics Legacy Runtime**
|
|
7
|
+
* > **IMPORTANT:** The **Synthetics Legacy Runtime** will reach its <b style="color:red;">end-of-life</b> on <b style="color:red;">Aug 18, 2026</b>. As a consequence, using the legacy runtime with Synthetic monitor requests from the New Relic Terraform Provider will result in API errors. Starting with **v3.51.0** of the New Relic Terraform Provider, configurations of Synthetic monitors without runtime attributes or comprising legacy runtime values <span style="color:red;">will be deemed invalid</span>.
|
|
8
8
|
* <br><br>
|
|
9
9
|
* If your Synthetic monitors' configuration is not updated already with new runtime values, upgrade as soon as possible to avoid these consequences. For more details and instructions, please see the detailed warning against `runtimeType` and `runtimeTypeVersion` in the **Argument Reference** section.
|
|
10
10
|
*
|
|
@@ -52,7 +52,7 @@ import * as outputs from "../types/output";
|
|
|
52
52
|
* validationString: "success",
|
|
53
53
|
* verifySsl: true,
|
|
54
54
|
* runtimeType: "CHROME_BROWSER",
|
|
55
|
-
* runtimeTypeVersion: "
|
|
55
|
+
* runtimeTypeVersion: "LATEST",
|
|
56
56
|
* scriptLanguage: "JAVASCRIPT",
|
|
57
57
|
* devices: [
|
|
58
58
|
* "DESKTOP",
|
|
@@ -133,7 +133,7 @@ import * as outputs from "../types/output";
|
|
|
133
133
|
* enableScreenshotOnFailureAndScript: true,
|
|
134
134
|
* validationString: "success",
|
|
135
135
|
* verifySsl: true,
|
|
136
|
-
* runtimeTypeVersion: "
|
|
136
|
+
* runtimeTypeVersion: "LATEST",
|
|
137
137
|
* runtimeType: "CHROME_BROWSER",
|
|
138
138
|
* scriptLanguage: "JAVASCRIPT",
|
|
139
139
|
* devices: [
|
|
@@ -242,7 +242,7 @@ export declare class Monitor extends pulumi.CustomResource {
|
|
|
242
242
|
*/
|
|
243
243
|
readonly runtimeType: pulumi.Output<string | undefined>;
|
|
244
244
|
/**
|
|
245
|
-
* The specific version of the runtime type selected
|
|
245
|
+
* The specific version of the runtime type selected. Use `LATEST` to automatically use the latest Chrome version (currently 146, will be automatically upgraded to Chrome 147 or higher on Aug 18, 2026, updated automatically as new versions are released). **Note:** The Terraform Provider enforces `LATEST` for this non-scripted monitor type in alignment with the New Relic UI — even if a specific version is hard-coded in your configuration, the provider will override it to `LATEST`. We recommend explicitly setting `runtimeTypeVersion = "LATEST"` in your configuration to avoid drift.
|
|
246
246
|
*/
|
|
247
247
|
readonly runtimeTypeVersion: pulumi.Output<string | undefined>;
|
|
248
248
|
/**
|
|
@@ -361,7 +361,7 @@ export interface MonitorState {
|
|
|
361
361
|
*/
|
|
362
362
|
runtimeType?: pulumi.Input<string | undefined>;
|
|
363
363
|
/**
|
|
364
|
-
* The specific version of the runtime type selected
|
|
364
|
+
* The specific version of the runtime type selected. Use `LATEST` to automatically use the latest Chrome version (currently 146, will be automatically upgraded to Chrome 147 or higher on Aug 18, 2026, updated automatically as new versions are released). **Note:** The Terraform Provider enforces `LATEST` for this non-scripted monitor type in alignment with the New Relic UI — even if a specific version is hard-coded in your configuration, the provider will override it to `LATEST`. We recommend explicitly setting `runtimeTypeVersion = "LATEST"` in your configuration to avoid drift.
|
|
365
365
|
*/
|
|
366
366
|
runtimeTypeVersion?: pulumi.Input<string | undefined>;
|
|
367
367
|
/**
|
|
@@ -464,7 +464,7 @@ export interface MonitorArgs {
|
|
|
464
464
|
*/
|
|
465
465
|
runtimeType?: pulumi.Input<string | undefined>;
|
|
466
466
|
/**
|
|
467
|
-
* The specific version of the runtime type selected
|
|
467
|
+
* The specific version of the runtime type selected. Use `LATEST` to automatically use the latest Chrome version (currently 146, will be automatically upgraded to Chrome 147 or higher on Aug 18, 2026, updated automatically as new versions are released). **Note:** The Terraform Provider enforces `LATEST` for this non-scripted monitor type in alignment with the New Relic UI — even if a specific version is hard-coded in your configuration, the provider will override it to `LATEST`. We recommend explicitly setting `runtimeTypeVersion = "LATEST"` in your configuration to avoid drift.
|
|
468
468
|
*/
|
|
469
469
|
runtimeTypeVersion?: pulumi.Input<string | undefined>;
|
|
470
470
|
/**
|
package/synthetics/monitor.js
CHANGED
|
@@ -31,7 +31,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
31
31
|
/**
|
|
32
32
|
* Use this resource to create, update, and delete a Simple or Browser Synthetics Monitor in New Relic.
|
|
33
33
|
*
|
|
34
|
-
* > **IMPORTANT:** The **Synthetics Legacy Runtime**
|
|
34
|
+
* > **IMPORTANT:** The **Synthetics Legacy Runtime** will reach its <b style="color:red;">end-of-life</b> on <b style="color:red;">Aug 18, 2026</b>. As a consequence, using the legacy runtime with Synthetic monitor requests from the New Relic Terraform Provider will result in API errors. Starting with **v3.51.0** of the New Relic Terraform Provider, configurations of Synthetic monitors without runtime attributes or comprising legacy runtime values <span style="color:red;">will be deemed invalid</span>.
|
|
35
35
|
* <br><br>
|
|
36
36
|
* If your Synthetic monitors' configuration is not updated already with new runtime values, upgrade as soon as possible to avoid these consequences. For more details and instructions, please see the detailed warning against `runtimeType` and `runtimeTypeVersion` in the **Argument Reference** section.
|
|
37
37
|
*
|
|
@@ -79,7 +79,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
79
79
|
* validationString: "success",
|
|
80
80
|
* verifySsl: true,
|
|
81
81
|
* runtimeType: "CHROME_BROWSER",
|
|
82
|
-
* runtimeTypeVersion: "
|
|
82
|
+
* runtimeTypeVersion: "LATEST",
|
|
83
83
|
* scriptLanguage: "JAVASCRIPT",
|
|
84
84
|
* devices: [
|
|
85
85
|
* "DESKTOP",
|
|
@@ -160,7 +160,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
160
160
|
* enableScreenshotOnFailureAndScript: true,
|
|
161
161
|
* validationString: "success",
|
|
162
162
|
* verifySsl: true,
|
|
163
|
-
* runtimeTypeVersion: "
|
|
163
|
+
* runtimeTypeVersion: "LATEST",
|
|
164
164
|
* runtimeType: "CHROME_BROWSER",
|
|
165
165
|
* scriptLanguage: "JAVASCRIPT",
|
|
166
166
|
* devices: [
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Use this resource to create update, and delete a Script API or Script Browser Synthetics Monitor in New Relic.
|
|
6
6
|
*
|
|
7
|
-
* > **IMPORTANT:** The **Synthetics Legacy Runtime**
|
|
7
|
+
* > **IMPORTANT:** The **Synthetics Legacy Runtime** will reach its <b style="color:red;">end-of-life</b> on <b style="color:red;">Aug 18, 2026 (`SCRIPT_BROWSER`)</b> and <b style="color:red;">Nov 18, 2026 (`SCRIPT_API`)</b>. As a consequence, using the legacy runtime with Synthetic monitor requests from the New Relic Terraform Provider will result in API errors. Starting with **v3.51.0** of the New Relic Terraform Provider, configurations of Synthetic monitors without runtime attributes or comprising legacy runtime values <span style="color:red;">will be deemed invalid</span>.
|
|
8
8
|
* <br><br>
|
|
9
9
|
* If your Synthetic monitors' configuration is not updated already with new runtime values, upgrade as soon as possible to avoid these consequences. For more details and instructions, please see the detailed warning in the **Deprecated Runtime** section.
|
|
10
10
|
*
|
|
@@ -28,7 +28,7 @@ import * as outputs from "../types/output";
|
|
|
28
28
|
* script: "console.log('it works!')",
|
|
29
29
|
* scriptLanguage: "JAVASCRIPT",
|
|
30
30
|
* runtimeType: "NODE_API",
|
|
31
|
-
* runtimeTypeVersion: "
|
|
31
|
+
* runtimeTypeVersion: "22.20.0",
|
|
32
32
|
* tags: [{
|
|
33
33
|
* key: "some_key",
|
|
34
34
|
* values: ["some_value"],
|
|
@@ -51,7 +51,7 @@ import * as outputs from "../types/output";
|
|
|
51
51
|
* ],
|
|
52
52
|
* period: "EVERY_HOUR",
|
|
53
53
|
* script: "$browser.get('https://one.newrelic.com')",
|
|
54
|
-
* runtimeTypeVersion: "
|
|
54
|
+
* runtimeTypeVersion: "LATEST",
|
|
55
55
|
* runtimeType: "CHROME_BROWSER",
|
|
56
56
|
* scriptLanguage: "JAVASCRIPT",
|
|
57
57
|
* devices: [
|
|
@@ -100,7 +100,7 @@ import * as outputs from "../types/output";
|
|
|
100
100
|
* script: "console.log('terraform integration test updated')",
|
|
101
101
|
* scriptLanguage: "JAVASCRIPT",
|
|
102
102
|
* runtimeType: "NODE_API",
|
|
103
|
-
* runtimeTypeVersion: "
|
|
103
|
+
* runtimeTypeVersion: "22.20.0",
|
|
104
104
|
* tags: [{
|
|
105
105
|
* key: "some_key",
|
|
106
106
|
* values: ["some_value"],
|
|
@@ -124,7 +124,7 @@ import * as outputs from "../types/output";
|
|
|
124
124
|
* type: "SCRIPT_BROWSER",
|
|
125
125
|
* period: "EVERY_HOUR",
|
|
126
126
|
* script: "$browser.get('https://one.newrelic.com')",
|
|
127
|
-
* runtimeTypeVersion: "
|
|
127
|
+
* runtimeTypeVersion: "LATEST",
|
|
128
128
|
* runtimeType: "CHROME_BROWSER",
|
|
129
129
|
* scriptLanguage: "JAVASCRIPT",
|
|
130
130
|
* devices: [
|
|
@@ -173,7 +173,7 @@ import * as outputs from "../types/output";
|
|
|
173
173
|
* `,
|
|
174
174
|
* scriptLanguage: "JAVASCRIPT",
|
|
175
175
|
* runtimeType: "CHROME_BROWSER",
|
|
176
|
-
* runtimeTypeVersion: "
|
|
176
|
+
* runtimeTypeVersion: "LATEST",
|
|
177
177
|
* }, {
|
|
178
178
|
* dependsOn: [exampleCredential],
|
|
179
179
|
* });
|
|
@@ -217,6 +217,16 @@ export declare class ScriptMonitor extends pulumi.CustomResource {
|
|
|
217
217
|
readonly deviceOrientation: pulumi.Output<string | undefined>;
|
|
218
218
|
/**
|
|
219
219
|
* Device emulation type field. Valid values are `MOBILE` and `TABLET`. We recommend you to use `devices` field instead of `deviceType`,`deviceOrientation` fields, as it allows you to select multiple combinations of device types and orientations.
|
|
220
|
+
*
|
|
221
|
+
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime** will take effect on <b style="color:red;">Aug 18, 2026 (`SCRIPT_BROWSER`)</b> and <b style="color:red;">Nov 18, 2026 (`SCRIPT_API`)</b>, implying that support for using the deprecated Synthetics Legacy Runtime with **new and existing** Synthetic monitors will officially end on <b style="color:maroon;">Aug 18, 2026 (`SCRIPT_BROWSER`)</b> and <b style="color:maroon;">Nov 18, 2026 (`SCRIPT_API`)</b>. As a consequence of this API change, all requests associated with Synthetic Monitors (except Ping Monitors) going out of the New Relic Terraform Provider <span style="color:maroon;">will be blocked by an API error</span> if they include values corresponding to the legacy runtime.
|
|
222
|
+
* <br><br>
|
|
223
|
+
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
224
|
+
* <br><br>
|
|
225
|
+
* We kindly recommend that you upgrade your Synthetic Monitors to the new runtime as soon as possible <span style="color:red;">if they are still using the legacy runtime</span>, to avoid seeing the aforementioned consequences. Please check out this guide in the documentation of the Terraform Provider (specifically, the table at the bottom of the guide, if you're looking for updates to be made to the configuration of Synthetic monitors) and [this announcement](https://docs.newrelic.com/eol/2025/11/eol-chrome-140-node-22-synthetics/) for more details on the EOL, actions needed, relevant resources, and more.
|
|
226
|
+
* <br><br>
|
|
227
|
+
* You would not be affected by the EOL if your Synthetic monitors' Terraform configuration comprises new runtime values.
|
|
228
|
+
* <br><br>
|
|
229
|
+
* **Important — Scripted Monitor Specific Behavior:** Unlike non-scripted monitors, the Terraform Provider does **not** automatically enforce a runtime version upgrade for scripted monitors (`SCRIPT_API` and `SCRIPT_BROWSER`). If you do not update your Terraform configuration before the respective force upgrade date, the Synthetics API will force-upgrade these monitors to the latest runtime (`CHROME_BROWSER LATEST` for `SCRIPT_BROWSER` on Aug 18, 2026; `NODE_API 22.20.0` for `SCRIPT_API` on Nov 18, 2026). This will cause your Terraform state to drift — `pulumi preview` will show the runtime has changed, and a `pulumi up` without updating the configuration will fail with an API error. Update your configuration before these dates to avoid interruption.
|
|
220
230
|
*/
|
|
221
231
|
readonly deviceType: pulumi.Output<string | undefined>;
|
|
222
232
|
/**
|
|
@@ -260,7 +270,7 @@ export declare class ScriptMonitor extends pulumi.CustomResource {
|
|
|
260
270
|
*/
|
|
261
271
|
readonly runtimeType: pulumi.Output<string | undefined>;
|
|
262
272
|
/**
|
|
263
|
-
* The specific version of the runtime type selected. For the `SCRIPT_API` monitor type,
|
|
273
|
+
* The specific version of the runtime type selected. For the `SCRIPT_API` monitor type, use `22.20.0`, which corresponds to Node.js 22.20.0. For the `SCRIPT_BROWSER` monitor type, use `LATEST` to automatically use the latest Chrome version. **Note:** Unlike non-scripted monitors, the Terraform Provider does **not** automatically enforce a runtime version for scripted monitors — customers must explicitly update their configuration. If the configuration is not updated before the respective force upgrade date, the Synthetics API will force-upgrade these monitors to the latest runtime (`SCRIPT_BROWSER` monitors on Aug 18, 2026; `SCRIPT_API` monitors on Nov 18, 2026), resulting in Terraform state drift and API errors on subsequent `pulumi up` runs.
|
|
264
274
|
*/
|
|
265
275
|
readonly runtimeTypeVersion: pulumi.Output<string | undefined>;
|
|
266
276
|
/**
|
|
@@ -316,6 +326,16 @@ export interface ScriptMonitorState {
|
|
|
316
326
|
deviceOrientation?: pulumi.Input<string | undefined>;
|
|
317
327
|
/**
|
|
318
328
|
* Device emulation type field. Valid values are `MOBILE` and `TABLET`. We recommend you to use `devices` field instead of `deviceType`,`deviceOrientation` fields, as it allows you to select multiple combinations of device types and orientations.
|
|
329
|
+
*
|
|
330
|
+
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime** will take effect on <b style="color:red;">Aug 18, 2026 (`SCRIPT_BROWSER`)</b> and <b style="color:red;">Nov 18, 2026 (`SCRIPT_API`)</b>, implying that support for using the deprecated Synthetics Legacy Runtime with **new and existing** Synthetic monitors will officially end on <b style="color:maroon;">Aug 18, 2026 (`SCRIPT_BROWSER`)</b> and <b style="color:maroon;">Nov 18, 2026 (`SCRIPT_API`)</b>. As a consequence of this API change, all requests associated with Synthetic Monitors (except Ping Monitors) going out of the New Relic Terraform Provider <span style="color:maroon;">will be blocked by an API error</span> if they include values corresponding to the legacy runtime.
|
|
331
|
+
* <br><br>
|
|
332
|
+
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
333
|
+
* <br><br>
|
|
334
|
+
* We kindly recommend that you upgrade your Synthetic Monitors to the new runtime as soon as possible <span style="color:red;">if they are still using the legacy runtime</span>, to avoid seeing the aforementioned consequences. Please check out this guide in the documentation of the Terraform Provider (specifically, the table at the bottom of the guide, if you're looking for updates to be made to the configuration of Synthetic monitors) and [this announcement](https://docs.newrelic.com/eol/2025/11/eol-chrome-140-node-22-synthetics/) for more details on the EOL, actions needed, relevant resources, and more.
|
|
335
|
+
* <br><br>
|
|
336
|
+
* You would not be affected by the EOL if your Synthetic monitors' Terraform configuration comprises new runtime values.
|
|
337
|
+
* <br><br>
|
|
338
|
+
* **Important — Scripted Monitor Specific Behavior:** Unlike non-scripted monitors, the Terraform Provider does **not** automatically enforce a runtime version upgrade for scripted monitors (`SCRIPT_API` and `SCRIPT_BROWSER`). If you do not update your Terraform configuration before the respective force upgrade date, the Synthetics API will force-upgrade these monitors to the latest runtime (`CHROME_BROWSER LATEST` for `SCRIPT_BROWSER` on Aug 18, 2026; `NODE_API 22.20.0` for `SCRIPT_API` on Nov 18, 2026). This will cause your Terraform state to drift — `pulumi preview` will show the runtime has changed, and a `pulumi up` without updating the configuration will fail with an API error. Update your configuration before these dates to avoid interruption.
|
|
319
339
|
*/
|
|
320
340
|
deviceType?: pulumi.Input<string | undefined>;
|
|
321
341
|
/**
|
|
@@ -359,7 +379,7 @@ export interface ScriptMonitorState {
|
|
|
359
379
|
*/
|
|
360
380
|
runtimeType?: pulumi.Input<string | undefined>;
|
|
361
381
|
/**
|
|
362
|
-
* The specific version of the runtime type selected. For the `SCRIPT_API` monitor type,
|
|
382
|
+
* The specific version of the runtime type selected. For the `SCRIPT_API` monitor type, use `22.20.0`, which corresponds to Node.js 22.20.0. For the `SCRIPT_BROWSER` monitor type, use `LATEST` to automatically use the latest Chrome version. **Note:** Unlike non-scripted monitors, the Terraform Provider does **not** automatically enforce a runtime version for scripted monitors — customers must explicitly update their configuration. If the configuration is not updated before the respective force upgrade date, the Synthetics API will force-upgrade these monitors to the latest runtime (`SCRIPT_BROWSER` monitors on Aug 18, 2026; `SCRIPT_API` monitors on Nov 18, 2026), resulting in Terraform state drift and API errors on subsequent `pulumi up` runs.
|
|
363
383
|
*/
|
|
364
384
|
runtimeTypeVersion?: pulumi.Input<string | undefined>;
|
|
365
385
|
/**
|
|
@@ -407,6 +427,16 @@ export interface ScriptMonitorArgs {
|
|
|
407
427
|
deviceOrientation?: pulumi.Input<string | undefined>;
|
|
408
428
|
/**
|
|
409
429
|
* Device emulation type field. Valid values are `MOBILE` and `TABLET`. We recommend you to use `devices` field instead of `deviceType`,`deviceOrientation` fields, as it allows you to select multiple combinations of device types and orientations.
|
|
430
|
+
*
|
|
431
|
+
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime** will take effect on <b style="color:red;">Aug 18, 2026 (`SCRIPT_BROWSER`)</b> and <b style="color:red;">Nov 18, 2026 (`SCRIPT_API`)</b>, implying that support for using the deprecated Synthetics Legacy Runtime with **new and existing** Synthetic monitors will officially end on <b style="color:maroon;">Aug 18, 2026 (`SCRIPT_BROWSER`)</b> and <b style="color:maroon;">Nov 18, 2026 (`SCRIPT_API`)</b>. As a consequence of this API change, all requests associated with Synthetic Monitors (except Ping Monitors) going out of the New Relic Terraform Provider <span style="color:maroon;">will be blocked by an API error</span> if they include values corresponding to the legacy runtime.
|
|
432
|
+
* <br><br>
|
|
433
|
+
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
434
|
+
* <br><br>
|
|
435
|
+
* We kindly recommend that you upgrade your Synthetic Monitors to the new runtime as soon as possible <span style="color:red;">if they are still using the legacy runtime</span>, to avoid seeing the aforementioned consequences. Please check out this guide in the documentation of the Terraform Provider (specifically, the table at the bottom of the guide, if you're looking for updates to be made to the configuration of Synthetic monitors) and [this announcement](https://docs.newrelic.com/eol/2025/11/eol-chrome-140-node-22-synthetics/) for more details on the EOL, actions needed, relevant resources, and more.
|
|
436
|
+
* <br><br>
|
|
437
|
+
* You would not be affected by the EOL if your Synthetic monitors' Terraform configuration comprises new runtime values.
|
|
438
|
+
* <br><br>
|
|
439
|
+
* **Important — Scripted Monitor Specific Behavior:** Unlike non-scripted monitors, the Terraform Provider does **not** automatically enforce a runtime version upgrade for scripted monitors (`SCRIPT_API` and `SCRIPT_BROWSER`). If you do not update your Terraform configuration before the respective force upgrade date, the Synthetics API will force-upgrade these monitors to the latest runtime (`CHROME_BROWSER LATEST` for `SCRIPT_BROWSER` on Aug 18, 2026; `NODE_API 22.20.0` for `SCRIPT_API` on Nov 18, 2026). This will cause your Terraform state to drift — `pulumi preview` will show the runtime has changed, and a `pulumi up` without updating the configuration will fail with an API error. Update your configuration before these dates to avoid interruption.
|
|
410
440
|
*/
|
|
411
441
|
deviceType?: pulumi.Input<string | undefined>;
|
|
412
442
|
/**
|
|
@@ -438,7 +468,7 @@ export interface ScriptMonitorArgs {
|
|
|
438
468
|
*/
|
|
439
469
|
runtimeType?: pulumi.Input<string | undefined>;
|
|
440
470
|
/**
|
|
441
|
-
* The specific version of the runtime type selected. For the `SCRIPT_API` monitor type,
|
|
471
|
+
* The specific version of the runtime type selected. For the `SCRIPT_API` monitor type, use `22.20.0`, which corresponds to Node.js 22.20.0. For the `SCRIPT_BROWSER` monitor type, use `LATEST` to automatically use the latest Chrome version. **Note:** Unlike non-scripted monitors, the Terraform Provider does **not** automatically enforce a runtime version for scripted monitors — customers must explicitly update their configuration. If the configuration is not updated before the respective force upgrade date, the Synthetics API will force-upgrade these monitors to the latest runtime (`SCRIPT_BROWSER` monitors on Aug 18, 2026; `SCRIPT_API` monitors on Nov 18, 2026), resulting in Terraform state drift and API errors on subsequent `pulumi up` runs.
|
|
442
472
|
*/
|
|
443
473
|
runtimeTypeVersion?: pulumi.Input<string | undefined>;
|
|
444
474
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scriptMonitor.d.ts","sourceRoot":"","sources":["../../synthetics/scriptMonitor.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAG3C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyLG;AACH,qBAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,kBAAkB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,aAAa;IAO5I;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,aAAa;IAOxD;;OAEG;IACH,SAAwB,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACzD;;OAEG;IACH,SAAwB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IACtE;;OAEG;IACH,SAAwB,iBAAiB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7E
|
|
1
|
+
{"version":3,"file":"scriptMonitor.d.ts","sourceRoot":"","sources":["../../synthetics/scriptMonitor.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAG3C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyLG;AACH,qBAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,kBAAkB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,aAAa;IAO5I;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,aAAa;IAOxD;;OAEG;IACH,SAAwB,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACzD;;OAEG;IACH,SAAwB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IACtE;;OAEG;IACH,SAAwB,iBAAiB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7E;;;;;;;;;;;;OAYG;IACH,SAAwB,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACtE;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IACrE;;OAEG;IACH,SAAwB,kCAAkC,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC/F;;OAEG;IACH,SAAgC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC5D;;OAEG;IACH,SAAwB,gBAAgB,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,4BAA4B,EAAE,GAAG,SAAS,CAAC,CAAC;IACvH;;OAEG;IACH,SAAwB,gBAAgB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IAC9E;;OAEG;IACH,SAAgC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACjE;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpD;;OAEG;IACH,SAAwB,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACtD;;OAEG;IACH,SAAgC,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvE;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvE;;OAEG;IACH,SAAwB,kBAAkB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC9E;;OAEG;IACH,SAAwB,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAClE;;OAEG;IACH,SAAwB,cAAc,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC1E;;OAEG;IACH,SAAwB,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACtD;;;;OAIG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,gBAAgB,EAAE,GAAG,SAAS,CAAC,CAAC;IAC/F;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpD;;OAEG;IACH,SAAwB,2BAA2B,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAExF;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,iBAAiB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA+DzF;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IAC5D;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACrD;;;;;;;;;;;;OAYG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC9C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IAC3D;;OAEG;IACH,kCAAkC,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IACvE;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxC;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,4BAA4B,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IAC5G;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IACpE;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC1C;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnD;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACtD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC1C;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC1C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,gBAAgB,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IACpF;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxC;;OAEG;IACH,2BAA2B,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;CACnE;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IAC5D;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACrD;;;;;;;;;;;;OAYG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC9C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IAC3D;;OAEG;IACH,kCAAkC,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IACvE;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,4BAA4B,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IAC5G;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IACpE;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACtD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC1C;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAClD;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,gBAAgB,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IACpF;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;OAEG;IACH,2BAA2B,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;CACnE"}
|
|
@@ -31,7 +31,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
31
31
|
/**
|
|
32
32
|
* Use this resource to create update, and delete a Script API or Script Browser Synthetics Monitor in New Relic.
|
|
33
33
|
*
|
|
34
|
-
* > **IMPORTANT:** The **Synthetics Legacy Runtime**
|
|
34
|
+
* > **IMPORTANT:** The **Synthetics Legacy Runtime** will reach its <b style="color:red;">end-of-life</b> on <b style="color:red;">Aug 18, 2026 (`SCRIPT_BROWSER`)</b> and <b style="color:red;">Nov 18, 2026 (`SCRIPT_API`)</b>. As a consequence, using the legacy runtime with Synthetic monitor requests from the New Relic Terraform Provider will result in API errors. Starting with **v3.51.0** of the New Relic Terraform Provider, configurations of Synthetic monitors without runtime attributes or comprising legacy runtime values <span style="color:red;">will be deemed invalid</span>.
|
|
35
35
|
* <br><br>
|
|
36
36
|
* If your Synthetic monitors' configuration is not updated already with new runtime values, upgrade as soon as possible to avoid these consequences. For more details and instructions, please see the detailed warning in the **Deprecated Runtime** section.
|
|
37
37
|
*
|
|
@@ -55,7 +55,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
55
55
|
* script: "console.log('it works!')",
|
|
56
56
|
* scriptLanguage: "JAVASCRIPT",
|
|
57
57
|
* runtimeType: "NODE_API",
|
|
58
|
-
* runtimeTypeVersion: "
|
|
58
|
+
* runtimeTypeVersion: "22.20.0",
|
|
59
59
|
* tags: [{
|
|
60
60
|
* key: "some_key",
|
|
61
61
|
* values: ["some_value"],
|
|
@@ -78,7 +78,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
78
78
|
* ],
|
|
79
79
|
* period: "EVERY_HOUR",
|
|
80
80
|
* script: "$browser.get('https://one.newrelic.com')",
|
|
81
|
-
* runtimeTypeVersion: "
|
|
81
|
+
* runtimeTypeVersion: "LATEST",
|
|
82
82
|
* runtimeType: "CHROME_BROWSER",
|
|
83
83
|
* scriptLanguage: "JAVASCRIPT",
|
|
84
84
|
* devices: [
|
|
@@ -127,7 +127,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
127
127
|
* script: "console.log('terraform integration test updated')",
|
|
128
128
|
* scriptLanguage: "JAVASCRIPT",
|
|
129
129
|
* runtimeType: "NODE_API",
|
|
130
|
-
* runtimeTypeVersion: "
|
|
130
|
+
* runtimeTypeVersion: "22.20.0",
|
|
131
131
|
* tags: [{
|
|
132
132
|
* key: "some_key",
|
|
133
133
|
* values: ["some_value"],
|
|
@@ -151,7 +151,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
151
151
|
* type: "SCRIPT_BROWSER",
|
|
152
152
|
* period: "EVERY_HOUR",
|
|
153
153
|
* script: "$browser.get('https://one.newrelic.com')",
|
|
154
|
-
* runtimeTypeVersion: "
|
|
154
|
+
* runtimeTypeVersion: "LATEST",
|
|
155
155
|
* runtimeType: "CHROME_BROWSER",
|
|
156
156
|
* scriptLanguage: "JAVASCRIPT",
|
|
157
157
|
* devices: [
|
|
@@ -200,7 +200,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
200
200
|
* `,
|
|
201
201
|
* scriptLanguage: "JAVASCRIPT",
|
|
202
202
|
* runtimeType: "CHROME_BROWSER",
|
|
203
|
-
* runtimeTypeVersion: "
|
|
203
|
+
* runtimeTypeVersion: "LATEST",
|
|
204
204
|
* }, {
|
|
205
205
|
* dependsOn: [exampleCredential],
|
|
206
206
|
* });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scriptMonitor.js","sourceRoot":"","sources":["../../synthetics/scriptMonitor.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,wDAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyLG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACpE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,iDAAiD,CAAC;IAExF;;;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,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;
|
|
1
|
+
{"version":3,"file":"scriptMonitor.js","sourceRoot":"","sources":["../../synthetics/scriptMonitor.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,wDAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyLG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACpE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,iDAAiD,CAAC;IAExF;;;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,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;IA2GD,YAAY,IAAY,EAAE,WAAoD,EAAE,IAAmC;QAC/G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6C,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,oCAAoC,CAAC,GAAG,KAAK,EAAE,kCAAkC,CAAC;YACjG,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,6BAA6B,CAAC,GAAG,KAAK,EAAE,2BAA2B,CAAC;SACtF;aAAM;YACH,MAAM,IAAI,GAAG,WAA4C,CAAC;YAC1D,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,oCAAoC,CAAC,GAAG,IAAI,EAAE,kCAAkC,CAAC;YAChG,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,6BAA6B,CAAC,GAAG,IAAI,EAAE,2BAA2B,CAAC;YAClF,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;;AAlML,sCAmMC"}
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Use this resource to create, update, and delete a Synthetics Step monitor in New Relic.
|
|
6
6
|
*
|
|
7
|
-
* > **IMPORTANT:** The **Synthetics Legacy Runtime**
|
|
7
|
+
* > **IMPORTANT:** The **Synthetics Legacy Runtime** will reach its <b style="color:red;">end-of-life</b> on <b style="color:red;">Aug 18, 2026</b>. As a consequence, using the legacy runtime with Synthetic monitor requests from the New Relic Terraform Provider will result in API errors. Starting with **v3.51.0** of the New Relic Terraform Provider, configurations of Synthetic monitors without runtime attributes or comprising legacy runtime values <span style="color:red;">will be deemed invalid</span>.
|
|
8
8
|
* <br><br>
|
|
9
9
|
* If your Synthetic monitors' configuration is not updated already with new runtime values, upgrade as soon as possible to avoid these consequences. For more details and instructions, please see the detailed warning against `runtimeType` and `runtimeTypeVersion` in the **Argument Reference** section.
|
|
10
10
|
*
|
|
@@ -24,7 +24,7 @@ import * as outputs from "../types/output";
|
|
|
24
24
|
* period: "EVERY_6_HOURS",
|
|
25
25
|
* status: "ENABLED",
|
|
26
26
|
* runtimeType: "CHROME_BROWSER",
|
|
27
|
-
* runtimeTypeVersion: "
|
|
27
|
+
* runtimeTypeVersion: "LATEST",
|
|
28
28
|
* devices: [
|
|
29
29
|
* "DESKTOP",
|
|
30
30
|
* "MOBILE_PORTRAIT",
|
|
@@ -66,7 +66,7 @@ import * as outputs from "../types/output";
|
|
|
66
66
|
* period: "EVERY_6_HOURS",
|
|
67
67
|
* status: "ENABLED",
|
|
68
68
|
* runtimeType: "CHROME_BROWSER",
|
|
69
|
-
* runtimeTypeVersion: "
|
|
69
|
+
* runtimeTypeVersion: "LATEST",
|
|
70
70
|
* devices: [
|
|
71
71
|
* "DESKTOP",
|
|
72
72
|
* "MOBILE_PORTRAIT",
|
|
@@ -162,11 +162,11 @@ export declare class StepMonitor extends pulumi.CustomResource {
|
|
|
162
162
|
*/
|
|
163
163
|
readonly runtimeType: pulumi.Output<string | undefined>;
|
|
164
164
|
/**
|
|
165
|
-
* The specific version of the runtime type selected
|
|
165
|
+
* The specific version of the runtime type selected. Use `LATEST` to automatically use the latest Chrome version (currently 146, will be automatically upgraded to Chrome 147 or higher on Aug 18, 2026, updated automatically as new versions are released). **Note:** The Terraform Provider enforces `LATEST` for this non-scripted monitor type in alignment with the New Relic UI — even if a specific version is hard-coded in your configuration, the provider will override it to `LATEST`. We recommend explicitly setting `runtimeTypeVersion = "LATEST"` in your configuration to avoid drift.
|
|
166
166
|
*
|
|
167
|
-
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime**
|
|
167
|
+
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime** will take effect on <b style="color:red;">Aug 18, 2026</b>, implying that support for using the deprecated Synthetics Legacy Runtime with **new and existing** Synthetic monitors <b style="color:maroon;">will officially end as of Aug 18, 2026</b>. As a consequence of this API change, all requests associated with Synthetic Monitors (except Ping Monitors) going out of the New Relic Terraform Provider <span style="color:maroon;">will be blocked by an API error</span> if they include values corresponding to the legacy runtime.
|
|
168
168
|
* <br><br>
|
|
169
|
-
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
169
|
+
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
170
170
|
* <br><br>
|
|
171
171
|
* We kindly recommend that you upgrade your Synthetic Monitors to the new runtime as soon as possible <span style="color:red;">if they are still using the legacy runtime</span>, to avoid seeing the aforementioned consequences. Please check out this guide in the documentation of the Terraform Provider (specifically, the table at the bottom of the guide, if you're looking for updates to be made to the configuration of Synthetic monitors) and [this announcement](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, actions needed, relevant resources, and more.
|
|
172
172
|
* <br><br>
|
|
@@ -251,11 +251,11 @@ export interface StepMonitorState {
|
|
|
251
251
|
*/
|
|
252
252
|
runtimeType?: pulumi.Input<string | undefined>;
|
|
253
253
|
/**
|
|
254
|
-
* The specific version of the runtime type selected
|
|
254
|
+
* The specific version of the runtime type selected. Use `LATEST` to automatically use the latest Chrome version (currently 146, will be automatically upgraded to Chrome 147 or higher on Aug 18, 2026, updated automatically as new versions are released). **Note:** The Terraform Provider enforces `LATEST` for this non-scripted monitor type in alignment with the New Relic UI — even if a specific version is hard-coded in your configuration, the provider will override it to `LATEST`. We recommend explicitly setting `runtimeTypeVersion = "LATEST"` in your configuration to avoid drift.
|
|
255
255
|
*
|
|
256
|
-
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime**
|
|
256
|
+
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime** will take effect on <b style="color:red;">Aug 18, 2026</b>, implying that support for using the deprecated Synthetics Legacy Runtime with **new and existing** Synthetic monitors <b style="color:maroon;">will officially end as of Aug 18, 2026</b>. As a consequence of this API change, all requests associated with Synthetic Monitors (except Ping Monitors) going out of the New Relic Terraform Provider <span style="color:maroon;">will be blocked by an API error</span> if they include values corresponding to the legacy runtime.
|
|
257
257
|
* <br><br>
|
|
258
|
-
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
258
|
+
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
259
259
|
* <br><br>
|
|
260
260
|
* We kindly recommend that you upgrade your Synthetic Monitors to the new runtime as soon as possible <span style="color:red;">if they are still using the legacy runtime</span>, to avoid seeing the aforementioned consequences. Please check out this guide in the documentation of the Terraform Provider (specifically, the table at the bottom of the guide, if you're looking for updates to be made to the configuration of Synthetic monitors) and [this announcement](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, actions needed, relevant resources, and more.
|
|
261
261
|
* <br><br>
|
|
@@ -320,11 +320,11 @@ export interface StepMonitorArgs {
|
|
|
320
320
|
*/
|
|
321
321
|
runtimeType?: pulumi.Input<string | undefined>;
|
|
322
322
|
/**
|
|
323
|
-
* The specific version of the runtime type selected
|
|
323
|
+
* The specific version of the runtime type selected. Use `LATEST` to automatically use the latest Chrome version (currently 146, will be automatically upgraded to Chrome 147 or higher on Aug 18, 2026, updated automatically as new versions are released). **Note:** The Terraform Provider enforces `LATEST` for this non-scripted monitor type in alignment with the New Relic UI — even if a specific version is hard-coded in your configuration, the provider will override it to `LATEST`. We recommend explicitly setting `runtimeTypeVersion = "LATEST"` in your configuration to avoid drift.
|
|
324
324
|
*
|
|
325
|
-
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime**
|
|
325
|
+
* > **WARNING:** The <b style="color:red;">end-of-life</b> of the **Synthetics Legacy Runtime** will take effect on <b style="color:red;">Aug 18, 2026</b>, implying that support for using the deprecated Synthetics Legacy Runtime with **new and existing** Synthetic monitors <b style="color:maroon;">will officially end as of Aug 18, 2026</b>. As a consequence of this API change, all requests associated with Synthetic Monitors (except Ping Monitors) going out of the New Relic Terraform Provider <span style="color:maroon;">will be blocked by an API error</span> if they include values corresponding to the legacy runtime.
|
|
326
326
|
* <br><br>
|
|
327
|
-
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
327
|
+
* Following these changes, starting with <b style="color:red;">v3.51.0</b> of the New Relic Terraform Provider, configuration of **new and existing** Synthetic monitors without runtime attributes (or) comprising runtime attributes signifying the legacy runtime <span style="color:red;">will be deemed invalid</span> (this applies to all Synthetic monitor resources, except `newrelic.synthetics.Monitor` with type `SIMPLE`). If your monitors' configuration <span style="color:red;">is not updated with new runtime values</span>, you will see the consequences stated here.
|
|
328
328
|
* <br><br>
|
|
329
329
|
* We kindly recommend that you upgrade your Synthetic Monitors to the new runtime as soon as possible <span style="color:red;">if they are still using the legacy runtime</span>, to avoid seeing the aforementioned consequences. Please check out this guide in the documentation of the Terraform Provider (specifically, the table at the bottom of the guide, if you're looking for updates to be made to the configuration of Synthetic monitors) and [this announcement](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, actions needed, relevant resources, and more.
|
|
330
330
|
* <br><br>
|
|
@@ -31,7 +31,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
31
31
|
/**
|
|
32
32
|
* Use this resource to create, update, and delete a Synthetics Step monitor in New Relic.
|
|
33
33
|
*
|
|
34
|
-
* > **IMPORTANT:** The **Synthetics Legacy Runtime**
|
|
34
|
+
* > **IMPORTANT:** The **Synthetics Legacy Runtime** will reach its <b style="color:red;">end-of-life</b> on <b style="color:red;">Aug 18, 2026</b>. As a consequence, using the legacy runtime with Synthetic monitor requests from the New Relic Terraform Provider will result in API errors. Starting with **v3.51.0** of the New Relic Terraform Provider, configurations of Synthetic monitors without runtime attributes or comprising legacy runtime values <span style="color:red;">will be deemed invalid</span>.
|
|
35
35
|
* <br><br>
|
|
36
36
|
* If your Synthetic monitors' configuration is not updated already with new runtime values, upgrade as soon as possible to avoid these consequences. For more details and instructions, please see the detailed warning against `runtimeType` and `runtimeTypeVersion` in the **Argument Reference** section.
|
|
37
37
|
*
|
|
@@ -51,7 +51,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
51
51
|
* period: "EVERY_6_HOURS",
|
|
52
52
|
* status: "ENABLED",
|
|
53
53
|
* runtimeType: "CHROME_BROWSER",
|
|
54
|
-
* runtimeTypeVersion: "
|
|
54
|
+
* runtimeTypeVersion: "LATEST",
|
|
55
55
|
* devices: [
|
|
56
56
|
* "DESKTOP",
|
|
57
57
|
* "MOBILE_PORTRAIT",
|
|
@@ -93,7 +93,7 @@ const utilities = __importStar(require("../utilities"));
|
|
|
93
93
|
* period: "EVERY_6_HOURS",
|
|
94
94
|
* status: "ENABLED",
|
|
95
95
|
* runtimeType: "CHROME_BROWSER",
|
|
96
|
-
* runtimeTypeVersion: "
|
|
96
|
+
* runtimeTypeVersion: "LATEST",
|
|
97
97
|
* devices: [
|
|
98
98
|
* "DESKTOP",
|
|
99
99
|
* "MOBILE_PORTRAIT",
|