-
Notifications
You must be signed in to change notification settings - Fork 286
Expand file tree
/
Copy pathintegration_test_mappings.yaml
More file actions
564 lines (564 loc) · 16.3 KB
/
integration_test_mappings.yaml
File metadata and controls
564 lines (564 loc) · 16.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
data_source_newrelic_account.go:
test: false
product_mapping: AUTH
data_source_newrelic_account_test.go:
test: true
product_mapping: AUTH
data_source_newrelic_alert_channel.go:
test: false
product_mapping: ALERTS
data_source_newrelic_alert_channel_test.go:
test: true
product_mapping: ALERTS
data_source_newrelic_alert_policy.go:
test: false
product_mapping: ALERTS
data_source_newrelic_alert_policy_test.go:
test: true
product_mapping: ALERTS
data_source_newrelic_application.go:
test: false
product_mapping: APM
data_source_newrelic_application_test.go:
test: true
product_mapping: APM
data_source_newrelic_authentication_domain.go:
test: false
product_mapping: AUTH
data_source_newrelic_authentication_domain_test.go:
test: true
product_mapping: AUTH
data_source_newrelic_cloud_account.go:
test: false
product_mapping: CLOUD
data_source_newrelic_cloud_account_test.go:
test: true
product_mapping: CLOUD
data_source_newrelic_entity.go:
test: false
product_mapping: ENTITY
data_source_newrelic_entity_integration_test.go:
test: true
product_mapping: ENTITY
data_source_newrelic_entity_unit_test.go:
test: true
product_mapping: ENTITY
data_source_newrelic_group_management.go:
test: false
product_mapping: AUTH
data_source_newrelic_group_management_test.go:
test: true
product_mapping: AUTH
data_source_newrelic_key_transaction.go:
test: false
product_mapping: KEY_TRANSACTIONS
data_source_newrelic_key_transaction_test.go:
test: true
product_mapping: KEY_TRANSACTIONS
data_source_newrelic_notifications_destination.go:
test: false
product_mapping: WORKFLOW_INTEGRATIONS
data_source_newrelic_notifications_destination_test.go:
test: true
product_mapping: WORKFLOW_INTEGRATIONS
data_source_newrelic_obfuscation_expression.go:
test: false
product_mapping: LOGGING_INTEGRATIONS
data_source_newrelic_obfuscation_expression_test.go:
test: true
product_mapping: LOGGING_INTEGRATIONS
data_source_newrelic_synthetics_private_location.go:
test: false
product_mapping: SYNTHETICS
data_source_newrelic_synthetics_private_location_test.go:
test: true
product_mapping: SYNTHETICS
data_source_newrelic_synthetics_secure_credential.go:
test: false
product_mapping: SYNTHETICS
data_source_newrelic_synthetics_secure_credential_test.go:
test: true
product_mapping: SYNTHETICS
data_source_newrelic_test_grok_pattern.go:
test: false
product_mapping: LOGGING_INTEGRATIONS
data_source_newrelic_test_grok_pattern_test.go:
test: true
product_mapping: LOGGING_INTEGRATIONS
data_source_newrelic_user_management.go:
test: false
product_mapping: AUTH
data_source_newrelic_user_management_test.go:
test: true
product_mapping: AUTH
resource_newrelic_account_management.go:
test: false
product_mapping: AUTH
resource_newrelic_account_management_test.go:
test: true
product_mapping: AUTH
resource_newrelic_agent_application_browser.go:
test: false
product_mapping: APM
resource_newrelic_agent_application_browser_integration_test.go:
test: true
product_mapping: APM
resource_newrelic_alert_channel.go:
test: false
product_mapping: ALERTS
resource_newrelic_alert_channel_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_alert_compound_condition.go:
test: false
product_mapping: ALERTS
resource_newrelic_alert_compound_condition_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_alert_condition.go:
test: false
product_mapping: ALERTS
resource_newrelic_alert_condition_integration_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_alert_condition_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_alert_condition_unit_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_alert_muting_rule.go:
test: false
product_mapping: ALERTS
resource_newrelic_alert_muting_rule_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_alert_policy.go:
test: false
product_mapping: ALERTS
resource_newrelic_alert_policy_channel.go:
test: false
product_mapping: ALERTS
resource_newrelic_alert_policy_channel_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_alert_policy_integration_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_alert_policy_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_alert_policy_unit_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_api_access_key.go:
test: false
product_mapping: APIKS
resource_newrelic_api_access_key_test.go:
test: true
product_mapping: APIKS
resource_newrelic_application_settings.go:
test: false
product_mapping: APM
resource_newrelic_application_settings_test.go:
test: true
product_mapping: APM
resource_newrelic_aws_connection.go:
test: false
product_mapping: NGEP
resource_newrelic_aws_connection_test.go:
test: true
product_mapping: NGEP
resource_newrelic_cloud_aws_eu_sovereign_integrations.go:
test: false
product_mapping: CLOUD
resource_newrelic_cloud_aws_eu_sovereign_integrations_test.go:
test: true
product_mapping: CLOUD
resource_newrelic_cloud_aws_eu_sovereign_link_account.go:
test: false
product_mapping: CLOUD
resource_newrelic_cloud_aws_eu_sovereign_link_account_test.go:
test: true
product_mapping: CLOUD
resource_newrelic_cloud_aws_govcloud_integrations.go:
test: false
product_mapping: CLOUD
resource_newrelic_cloud_aws_govcloud_integrations_test.go:
test: true
product_mapping: CLOUD
resource_newrelic_cloud_aws_govcloud_link_account.go:
test: false
product_mapping: CLOUD
resource_newrelic_cloud_aws_govcloud_link_account_test.go:
test: true
product_mapping: CLOUD
resource_newrelic_cloud_aws_integrations.go:
test: false
product_mapping: CLOUD
resource_newrelic_cloud_aws_integrations_test.go:
test: true
product_mapping: CLOUD
resource_newrelic_cloud_aws_link_account.go:
test: false
product_mapping: CLOUD
resource_newrelic_cloud_aws_link_account_test.go:
test: true
product_mapping: CLOUD
resource_newrelic_cloud_azure_integrations.go:
test: false
product_mapping: CLOUD
resource_newrelic_cloud_azure_integrations_test.go:
test: true
product_mapping: CLOUD
resource_newrelic_cloud_azure_link_account.go:
test: false
product_mapping: CLOUD
resource_newrelic_cloud_azure_link_account_test.go:
test: true
product_mapping: CLOUD
resource_newrelic_cloud_gcp_integrations.go:
test: false
product_mapping: CLOUD
resource_newrelic_cloud_gcp_integrations_test.go:
test: true
product_mapping: CLOUD
resource_newrelic_cloud_gcp_link_account.go:
test: false
product_mapping: CLOUD
resource_newrelic_cloud_gcp_link_account_test.go:
test: true
product_mapping: CLOUD
resource_newrelic_cloud_oci_link_account.go:
test: false
product_mapping: CLOUD
resource_newrelic_cloud_oci_link_account_test.go:
test: true
product_mapping: CLOUD
resource_newrelic_data_partition.go:
test: false
product_mapping: LOGGING_INTEGRATIONS
resource_newrelic_data_partition_test.go:
test: true
product_mapping: LOGGING_INTEGRATIONS
resource_newrelic_entity_tags.go:
test: false
product_mapping: ENTITY
resource_newrelic_entity_tags_test.go:
test: true
product_mapping: ENTITY
resource_newrelic_events_to_metrics_rule.go:
test: false
product_mapping: EVENTS
resource_newrelic_events_to_metrics_rule_test.go:
test: true
product_mapping: EVENTS
resource_newrelic_federated_log_partition.go:
test: false
product_mapping: NGEP
resource_newrelic_federated_log_setup.go:
test: false
product_mapping: NGEP
resource_newrelic_group_management.go:
test: false
product_mapping: AUTH
resource_newrelic_group_management_test.go:
test: true
product_mapping: AUTH
resource_newrelic_infra_alert_condition.go:
test: false
product_mapping: ALERTS
resource_newrelic_infra_alert_condition_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_insights_event.go:
test: false
product_mapping: EVENTS
resource_newrelic_insights_event_test.go:
test: true
product_mapping: EVENTS
resource_newrelic_key_transaction.go:
test: false
product_mapping: KEY_TRANSACTIONS
resource_newrelic_key_transaction_test.go:
test: true
product_mapping: KEY_TRANSACTIONS
resource_newrelic_log_parsing_rule.go:
test: false
product_mapping: LOGGING_INTEGRATIONS
resource_newrelic_log_parsing_rule_test.go:
test: true
product_mapping: LOGGING_INTEGRATIONS
resource_newrelic_monitor_downtime.go:
test: false
product_mapping: SYNTHETICS
resource_newrelic_monitor_downtime_test.go:
test: true
product_mapping: SYNTHETICS
resource_newrelic_notifications_channel.go:
test: false
product_mapping: WORKFLOW_INTEGRATIONS
resource_newrelic_notifications_channel_test.go:
test: true
product_mapping: WORKFLOW_INTEGRATIONS
resource_newrelic_notifications_destination.go:
test: false
product_mapping: WORKFLOW_INTEGRATIONS
resource_newrelic_notifications_destination_test.go:
test: true
product_mapping: WORKFLOW_INTEGRATIONS
resource_newrelic_nrql_alert_condition.go:
test: false
product_mapping: ALERTS
resource_newrelic_nrql_alert_condition_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_nrql_drop_rule.go:
test: false
product_mapping: LOGGING_INTEGRATIONS
resource_newrelic_nrql_drop_rule_test.go:
test: true
product_mapping: LOGGING_INTEGRATIONS
resource_newrelic_obfuscation_expression.go:
test: false
product_mapping: LOGGING_INTEGRATIONS
resource_newrelic_obfuscation_expression_test.go:
test: true
product_mapping: LOGGING_INTEGRATIONS
resource_newrelic_obfuscation_rule.go:
test: false
product_mapping: LOGGING_INTEGRATIONS
resource_newrelic_obfuscation_rule_test.go:
test: true
product_mapping: LOGGING_INTEGRATIONS
resource_newrelic_one_dashboard.go:
test: false
product_mapping: DASHBOARDS
resource_newrelic_one_dashboard_json.go:
test: false
product_mapping: DASHBOARDS
resource_newrelic_one_dashboard_json_test.go:
test: true
product_mapping: DASHBOARDS
resource_newrelic_one_dashboard_raw.go:
test: false
product_mapping: DASHBOARDS
resource_newrelic_one_dashboard_raw_test.go:
test: true
product_mapping: DASHBOARDS
resource_newrelic_one_dashboard_test.go:
test: true
product_mapping: DASHBOARDS
resource_newrelic_pipeline_cloud_rule.go:
test: false
product_mapping: NGEP
resource_newrelic_pipeline_cloud_rule_test.go:
test: true
product_mapping: NGEP
resource_newrelic_service_level.go:
test: false
product_mapping: WORKLOADS
resource_newrelic_service_level_test.go:
test: true
product_mapping: WORKLOADS
resource_newrelic_synthetics_alert_condition.go:
test: false
product_mapping: ALERTS
resource_newrelic_synthetics_alert_condition_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_synthetics_broken_links_monitor.go:
test: false
product_mapping: SYNTHETICS
resource_newrelic_synthetics_broken_links_monitor_test.go:
test: true
product_mapping: SYNTHETICS
resource_newrelic_synthetics_cert_check_monitor.go:
test: false
product_mapping: SYNTHETICS
resource_newrelic_synthetics_cert_check_monitor_test.go:
test: true
product_mapping: SYNTHETICS
resource_newrelic_synthetics_monitor.go:
test: false
product_mapping: SYNTHETICS
resource_newrelic_synthetics_monitor_test.go:
test: true
product_mapping: SYNTHETICS
resource_newrelic_synthetics_multilocation_alert_condition.go:
test: false
product_mapping: ALERTS
resource_newrelic_synthetics_multilocation_alert_condition_test.go:
test: true
product_mapping: ALERTS
resource_newrelic_synthetics_private_location.go:
test: false
product_mapping: SYNTHETICS
resource_newrelic_synthetics_private_location_test.go:
test: true
product_mapping: SYNTHETICS
resource_newrelic_synthetics_script_monitor.go:
test: false
product_mapping: SYNTHETICS
resource_newrelic_synthetics_script_monitor_test.go:
test: true
product_mapping: SYNTHETICS
resource_newrelic_synthetics_secure_credential.go:
test: false
product_mapping: SYNTHETICS
resource_newrelic_synthetics_secure_credential_test.go:
test: true
product_mapping: SYNTHETICS
resource_newrelic_synthetics_step_monitor.go:
test: false
product_mapping: SYNTHETICS
resource_newrelic_synthetics_step_monitor_test.go:
test: true
product_mapping: SYNTHETICS
resource_newrelic_user_management.go:
test: false
product_mapping: AUTH
resource_newrelic_user_management_test.go:
test: true
product_mapping: AUTH
resource_newrelic_workflow.go:
test: false
product_mapping: WORKFLOW_INTEGRATIONS
resource_newrelic_workflow_test.go:
test: true
product_mapping: WORKFLOW_INTEGRATIONS
resource_newrelic_workload.go:
test: false
product_mapping: WORKLOADS
resource_newrelic_workload_test.go:
test: true
product_mapping: WORKLOADS
structures_newrelic_alert_channel.go:
test: false
product_mapping: ALERTS
structures_newrelic_alert_channel_test.go:
test: true
product_mapping: ALERTS
structures_newrelic_alert_compound_condition.go:
test: false
product_mapping: ALERTS
structures_newrelic_alert_compound_condition_test.go:
test: true
product_mapping: ALERTS
structures_newrelic_alert_condition.go:
test: false
product_mapping: ALERTS
structures_newrelic_alert_condition_test.go:
test: true
product_mapping: ALERTS
structures_newrelic_alert_muting_rule.go:
test: false
product_mapping: ALERTS
structures_newrelic_alert_muting_rule_test.go:
test: true
product_mapping: ALERTS
structures_newrelic_alert_policy.go:
test: false
product_mapping: ALERTS
structures_newrelic_alert_policy_channel.go:
test: false
product_mapping: ALERTS
structures_newrelic_alert_policy_channel_test.go:
test: true
product_mapping: ALERTS
structures_newrelic_api_access_key.go:
test: false
product_mapping: APIKS
structures_newrelic_application_settings.go:
test: false
product_mapping: APM
structures_newrelic_cloud_aws_eu_sovereign_link_account.go:
test: false
product_mapping: CLOUD
structures_newrelic_cloud_aws_govcloud_link_account.go:
test: false
product_mapping: CLOUD
structures_newrelic_cloud_aws_integrations.go:
test: false
product_mapping: CLOUD
structures_newrelic_infra_alert_condition.go:
test: false
product_mapping: ALERTS
structures_newrelic_infra_alert_condition_test.go:
test: true
product_mapping: ALERTS
structures_newrelic_monitor_downtime.go:
test: false
product_mapping: SYNTHETICS
structures_newrelic_notifications_channel.go:
test: false
product_mapping: WORKFLOW_INTEGRATIONS
structures_newrelic_notifications_channel_test.go:
test: true
product_mapping: WORKFLOW_INTEGRATIONS
structures_newrelic_notifications_destination.go:
test: false
product_mapping: WORKFLOW_INTEGRATIONS
structures_newrelic_notifications_destination_test.go:
test: true
product_mapping: WORKFLOW_INTEGRATIONS
structures_newrelic_nrql_alert_condition.go:
test: false
product_mapping: ALERTS
structures_newrelic_nrql_alert_condition_test.go:
test: true
product_mapping: ALERTS
structures_newrelic_one_dashboard.go:
test: false
product_mapping: DASHBOARDS
structures_newrelic_one_dashboard_helpers.go:
test: false
product_mapping: DASHBOARDS
structures_newrelic_one_dashboard_json.go:
test: false
product_mapping: DASHBOARDS
structures_newrelic_one_dashboard_raw.go:
test: false
product_mapping: DASHBOARDS
structures_newrelic_one_dashboard_test.go:
test: true
product_mapping: DASHBOARDS
structures_newrelic_service_level.go:
test: false
product_mapping: WORKLOADS
structures_newrelic_synthetics_all_monitors_validation_helpers.go:
test: false
product_mapping: SYNTHETICS
structures_newrelic_synthetics_broken_links_monitor.go:
test: false
product_mapping: SYNTHETICS
structures_newrelic_synthetics_multilocation_alert_condition.go:
test: false
product_mapping: ALERTS
structures_newrelic_synthetics_multilocation_alert_condition_test.go:
test: true
product_mapping: ALERTS
structures_newrelic_synthetics_script_api_monitor.go:
test: false
product_mapping: SYNTHETICS
structures_newrelic_synthetics_script_browser_monitor.go:
test: false
product_mapping: SYNTHETICS
structures_newrelic_synthetics_simple_browser_monitor.go:
test: false
product_mapping: SYNTHETICS
structures_newrelic_synthetics_simple_monitor.go:
test: false
product_mapping: SYNTHETICS
structures_newrelic_synthetics_step_monitor.go:
test: false
product_mapping: SYNTHETICS
structures_newrelic_workflow.go:
test: false
product_mapping: WORKFLOW_INTEGRATIONS
structures_newrelic_workflow_test.go:
test: true
product_mapping: WORKFLOW_INTEGRATIONS
structures_newrelic_workload.go:
test: false
product_mapping: WORKLOADS