@dataparade/cli 0.0.2 → 0.0.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/README.md +25 -0
- package/dist/package.json +85 -0
- package/dist/src/ai-enrichment/agent-orchestrator.d.ts +2 -0
- package/dist/src/ai-enrichment/agent-orchestrator.js +8 -5
- package/dist/src/ai-enrichment/providers/hosted-worker-infer-provider.d.ts +10 -0
- package/dist/src/ai-enrichment/providers/hosted-worker-infer-provider.js +47 -0
- package/dist/src/cli.js +85 -1
- package/dist/src/config/env.js +2 -0
- package/dist/src/config/resolve.js +3 -0
- package/dist/src/config/scan-env.d.ts +1 -0
- package/dist/src/config/scan-env.js +5 -0
- package/dist/src/config/types.d.ts +1 -0
- package/dist/src/config/upload-env.d.ts +1 -0
- package/dist/src/config/upload-env.js +10 -0
- package/dist/src/config/validate-scan-ai.d.ts +1 -1
- package/dist/src/config/validate-scan-ai.js +5 -0
- package/dist/src/core/pipeline/ai-orchestrator-options.js +5 -0
- package/dist/src/core/pipeline/graph-mapping.js +5 -0
- package/dist/src/core/pipeline/infer-data-flow-protocol.d.ts +7 -0
- package/dist/src/core/pipeline/infer-data-flow-protocol.js +39 -0
- package/dist/src/core/schema/scan-config.schema.d.ts +2 -0
- package/dist/src/core/schema/scan-config.schema.js +2 -1
- package/dist/src/core/types/config.d.ts +3 -1
- package/dist/src/observability/scan-sentry.d.ts +1 -1
- package/dist/src/platform-api/dataparade-app-base-url.d.ts +7 -0
- package/dist/src/platform-api/dataparade-app-base-url.js +14 -0
- package/dist/src/platform-api/upload-client.d.ts +3 -0
- package/dist/src/platform-api/upload-client.js +38 -0
- package/dist/src/platform-api/upload.types.d.ts +10 -0
- package/dist/src/platform-api/upload.types.js +2 -0
- package/dist/src/upload/build-preview-url.d.ts +1 -0
- package/dist/src/upload/build-preview-url.js +10 -0
- package/dist/src/upload/run-upload.d.ts +2 -0
- package/dist/src/upload/run-upload.js +18 -0
- package/dist/src/upload/types.d.ts +11 -0
- package/dist/src/upload/types.js +2 -0
- package/dist/tests/unit/analyzers/typescript/property-detection.spec.js +22 -0
- package/dist/tests/unit/cli/scan-quota-flow.spec.js +2 -0
- package/dist/tests/unit/config/upload-env.spec.d.ts +1 -0
- package/dist/tests/unit/config/upload-env.spec.js +12 -0
- package/dist/tests/unit/config/validate-scan-ai.spec.js +8 -0
- package/dist/tests/unit/core/graph-mapping.spec.js +52 -0
- package/dist/tests/unit/core/infer-data-flow-protocol.spec.d.ts +1 -0
- package/dist/tests/unit/core/infer-data-flow-protocol.spec.js +37 -0
- package/dist/tests/unit/platform-api/dataparade-app-base-url.spec.d.ts +1 -0
- package/dist/tests/unit/platform-api/dataparade-app-base-url.spec.js +13 -0
- package/dist/tests/unit/platform-api/upload-client.spec.d.ts +1 -0
- package/dist/tests/unit/platform-api/upload-client.spec.js +40 -0
- package/dist/tests/unit/publish-manifest.spec.d.ts +1 -0
- package/dist/tests/unit/publish-manifest.spec.js +18 -0
- package/dist/tests/unit/upload/build-preview-url.spec.d.ts +1 -0
- package/dist/tests/unit/upload/build-preview-url.spec.js +19 -0
- package/package.json +4 -3
- package/patterns/README.md +322 -0
- package/patterns/actor.patterns.yaml +51 -0
- package/patterns/aws-terraform-catalog.snapshot.json +1760 -0
- package/patterns/aws-terraform-service-hints.generated.json +1446 -0
- package/patterns/azure-terraform-catalog.snapshot.json +1195 -0
- package/patterns/azure-terraform-service-hints.generated.json +864 -0
- package/patterns/classifier/actors.classifier.yaml +17 -0
- package/patterns/classifier/components.classifier.yaml +110 -0
- package/patterns/classifier/third-party.classifier.yaml +169 -0
- package/patterns/kubernetes-terraform-catalog.snapshot.json +94 -0
- package/patterns/kubernetes-terraform-service-hints.generated.json +258 -0
- package/patterns/non-pii-signals.rules.yaml +84 -0
- package/patterns/pii-signals.rules.yaml +115 -0
- package/patterns/property.patterns.yaml +431 -0
- package/patterns/provider-topology.rules.yaml +765 -0
- package/patterns/python.md +211 -0
- package/patterns/python.patterns.yaml +160 -0
- package/patterns/terraform.md +37 -0
- package/patterns/terraform.patterns.yaml +495 -0
- package/patterns/third-party.patterns.yaml +167 -0
- package/patterns/typescript.patterns.yaml +139 -0
|
@@ -0,0 +1,864 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-05-12T12:03:23.815Z",
|
|
3
|
+
"source": "@cdktf/provider-azurerm@14.x (HashiCorp azurerm)",
|
|
4
|
+
"hints": [
|
|
5
|
+
{
|
|
6
|
+
"id": "gen_azurerm_aadb2c_family",
|
|
7
|
+
"resource_type_regex": "^azurerm_aadb2c_",
|
|
8
|
+
"componentSubType": "service",
|
|
9
|
+
"cloud_provider": "azure"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"id": "gen_azurerm_active_family",
|
|
13
|
+
"resource_type_regex": "^azurerm_active_",
|
|
14
|
+
"componentSubType": "auth_service",
|
|
15
|
+
"cloud_provider": "azure"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": "gen_azurerm_advanced_family",
|
|
19
|
+
"resource_type_regex": "^azurerm_advanced_",
|
|
20
|
+
"componentSubType": "service",
|
|
21
|
+
"cloud_provider": "azure"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "gen_azurerm_advisor_family",
|
|
25
|
+
"resource_type_regex": "^azurerm_advisor_",
|
|
26
|
+
"componentSubType": "service",
|
|
27
|
+
"cloud_provider": "azure"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "gen_azurerm_ai_family",
|
|
31
|
+
"resource_type_regex": "^azurerm_ai_",
|
|
32
|
+
"componentSubType": "service",
|
|
33
|
+
"cloud_provider": "azure"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "gen_azurerm_analysis_family",
|
|
37
|
+
"resource_type_regex": "^azurerm_analysis_",
|
|
38
|
+
"componentSubType": "database",
|
|
39
|
+
"cloud_provider": "azure"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "gen_azurerm_api_family",
|
|
43
|
+
"resource_type_regex": "^azurerm_api_",
|
|
44
|
+
"componentSubType": "api",
|
|
45
|
+
"cloud_provider": "azure"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "gen_azurerm_app_family",
|
|
49
|
+
"resource_type_regex": "^azurerm_app_",
|
|
50
|
+
"componentSubType": "service",
|
|
51
|
+
"cloud_provider": "azure"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "gen_azurerm_application_family",
|
|
55
|
+
"resource_type_regex": "^azurerm_application_",
|
|
56
|
+
"componentSubType": "service",
|
|
57
|
+
"cloud_provider": "azure"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "gen_azurerm_arc_family",
|
|
61
|
+
"resource_type_regex": "^azurerm_arc_",
|
|
62
|
+
"componentSubType": "service",
|
|
63
|
+
"cloud_provider": "azure"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "gen_azurerm_attestation_family",
|
|
67
|
+
"resource_type_regex": "^azurerm_attestation_",
|
|
68
|
+
"componentSubType": "service",
|
|
69
|
+
"cloud_provider": "azure"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "gen_azurerm_automanage_family",
|
|
73
|
+
"resource_type_regex": "^azurerm_automanage_",
|
|
74
|
+
"componentSubType": "service",
|
|
75
|
+
"cloud_provider": "azure"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": "gen_azurerm_automation_family",
|
|
79
|
+
"resource_type_regex": "^azurerm_automation_",
|
|
80
|
+
"componentSubType": "config",
|
|
81
|
+
"cloud_provider": "azure"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"id": "gen_azurerm_availability_family",
|
|
85
|
+
"resource_type_regex": "^azurerm_availability_",
|
|
86
|
+
"componentSubType": "service",
|
|
87
|
+
"cloud_provider": "azure"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "gen_azurerm_backup_family",
|
|
91
|
+
"resource_type_regex": "^azurerm_backup_",
|
|
92
|
+
"componentSubType": "service",
|
|
93
|
+
"cloud_provider": "azure"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": "gen_azurerm_bastion_family",
|
|
97
|
+
"resource_type_regex": "^azurerm_bastion_",
|
|
98
|
+
"componentSubType": "service",
|
|
99
|
+
"cloud_provider": "azure"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"id": "gen_azurerm_batch_family",
|
|
103
|
+
"resource_type_regex": "^azurerm_batch_",
|
|
104
|
+
"componentSubType": "service",
|
|
105
|
+
"cloud_provider": "azure"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "gen_azurerm_billing_family",
|
|
109
|
+
"resource_type_regex": "^azurerm_billing_",
|
|
110
|
+
"componentSubType": "service",
|
|
111
|
+
"cloud_provider": "azure"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"id": "gen_azurerm_blueprint_family",
|
|
115
|
+
"resource_type_regex": "^azurerm_blueprint_",
|
|
116
|
+
"componentSubType": "service",
|
|
117
|
+
"cloud_provider": "azure"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"id": "gen_azurerm_bot_family",
|
|
121
|
+
"resource_type_regex": "^azurerm_bot_",
|
|
122
|
+
"componentSubType": "service",
|
|
123
|
+
"cloud_provider": "azure"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"id": "gen_azurerm_capacity_family",
|
|
127
|
+
"resource_type_regex": "^azurerm_capacity_",
|
|
128
|
+
"componentSubType": "service",
|
|
129
|
+
"cloud_provider": "azure"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": "gen_azurerm_cdn_family",
|
|
133
|
+
"resource_type_regex": "^azurerm_cdn_",
|
|
134
|
+
"componentSubType": "service",
|
|
135
|
+
"cloud_provider": "azure"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"id": "gen_azurerm_chaos_family",
|
|
139
|
+
"resource_type_regex": "^azurerm_chaos_",
|
|
140
|
+
"componentSubType": "service",
|
|
141
|
+
"cloud_provider": "azure"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"id": "gen_azurerm_client_family",
|
|
145
|
+
"resource_type_regex": "^azurerm_client_",
|
|
146
|
+
"componentSubType": "service",
|
|
147
|
+
"cloud_provider": "azure"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"id": "gen_azurerm_cognitive_family",
|
|
151
|
+
"resource_type_regex": "^azurerm_cognitive_",
|
|
152
|
+
"componentSubType": "service",
|
|
153
|
+
"cloud_provider": "azure"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "gen_azurerm_communication_family",
|
|
157
|
+
"resource_type_regex": "^azurerm_communication_",
|
|
158
|
+
"componentSubType": "service",
|
|
159
|
+
"cloud_provider": "azure"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"id": "gen_azurerm_confidential_family",
|
|
163
|
+
"resource_type_regex": "^azurerm_confidential_",
|
|
164
|
+
"componentSubType": "service",
|
|
165
|
+
"cloud_provider": "azure"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"id": "gen_azurerm_consumption_family",
|
|
169
|
+
"resource_type_regex": "^azurerm_consumption_",
|
|
170
|
+
"componentSubType": "service",
|
|
171
|
+
"cloud_provider": "azure"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"id": "gen_azurerm_cost_family",
|
|
175
|
+
"resource_type_regex": "^azurerm_cost_",
|
|
176
|
+
"componentSubType": "service",
|
|
177
|
+
"cloud_provider": "azure"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"id": "gen_azurerm_custom_family",
|
|
181
|
+
"resource_type_regex": "^azurerm_custom_",
|
|
182
|
+
"componentSubType": "service",
|
|
183
|
+
"cloud_provider": "azure"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "gen_azurerm_dashboard_family",
|
|
187
|
+
"resource_type_regex": "^azurerm_dashboard_",
|
|
188
|
+
"componentSubType": "service",
|
|
189
|
+
"cloud_provider": "azure"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"id": "gen_azurerm_data_family",
|
|
193
|
+
"resource_type_regex": "^azurerm_data_",
|
|
194
|
+
"componentSubType": "database",
|
|
195
|
+
"cloud_provider": "azure"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"id": "gen_azurerm_database_family",
|
|
199
|
+
"resource_type_regex": "^azurerm_database_",
|
|
200
|
+
"componentSubType": "service",
|
|
201
|
+
"cloud_provider": "azure"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"id": "gen_azurerm_databox_family",
|
|
205
|
+
"resource_type_regex": "^azurerm_databox_",
|
|
206
|
+
"componentSubType": "service",
|
|
207
|
+
"cloud_provider": "azure"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"id": "gen_azurerm_databricks_family",
|
|
211
|
+
"resource_type_regex": "^azurerm_databricks_",
|
|
212
|
+
"componentSubType": "database",
|
|
213
|
+
"cloud_provider": "azure"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"id": "gen_azurerm_datadog_family",
|
|
217
|
+
"resource_type_regex": "^azurerm_datadog_",
|
|
218
|
+
"componentSubType": "service",
|
|
219
|
+
"cloud_provider": "azure"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"id": "gen_azurerm_dedicated_family",
|
|
223
|
+
"resource_type_regex": "^azurerm_dedicated_",
|
|
224
|
+
"componentSubType": "service",
|
|
225
|
+
"cloud_provider": "azure"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"id": "gen_azurerm_dev_family",
|
|
229
|
+
"resource_type_regex": "^azurerm_dev_",
|
|
230
|
+
"componentSubType": "service",
|
|
231
|
+
"cloud_provider": "azure"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"id": "gen_azurerm_digital_family",
|
|
235
|
+
"resource_type_regex": "^azurerm_digital_",
|
|
236
|
+
"componentSubType": "service",
|
|
237
|
+
"cloud_provider": "azure"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"id": "gen_azurerm_disk_family",
|
|
241
|
+
"resource_type_regex": "^azurerm_disk_",
|
|
242
|
+
"componentSubType": "service",
|
|
243
|
+
"cloud_provider": "azure"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"id": "gen_azurerm_dns_family",
|
|
247
|
+
"resource_type_regex": "^azurerm_dns_",
|
|
248
|
+
"componentSubType": "network",
|
|
249
|
+
"cloud_provider": "azure"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"id": "gen_azurerm_dynatrace_family",
|
|
253
|
+
"resource_type_regex": "^azurerm_dynatrace_",
|
|
254
|
+
"componentSubType": "service",
|
|
255
|
+
"cloud_provider": "azure"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"id": "gen_azurerm_elastic_family",
|
|
259
|
+
"resource_type_regex": "^azurerm_elastic_",
|
|
260
|
+
"componentSubType": "service",
|
|
261
|
+
"cloud_provider": "azure"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"id": "gen_azurerm_email_family",
|
|
265
|
+
"resource_type_regex": "^azurerm_email_",
|
|
266
|
+
"componentSubType": "service",
|
|
267
|
+
"cloud_provider": "azure"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"id": "gen_azurerm_eventgrid_family",
|
|
271
|
+
"resource_type_regex": "^azurerm_eventgrid_",
|
|
272
|
+
"componentSubType": "service",
|
|
273
|
+
"cloud_provider": "azure"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"id": "gen_azurerm_express_family",
|
|
277
|
+
"resource_type_regex": "^azurerm_express_",
|
|
278
|
+
"componentSubType": "service",
|
|
279
|
+
"cloud_provider": "azure"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"id": "gen_azurerm_extended_family",
|
|
283
|
+
"resource_type_regex": "^azurerm_extended_",
|
|
284
|
+
"componentSubType": "service",
|
|
285
|
+
"cloud_provider": "azure"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"id": "gen_azurerm_fabric_family",
|
|
289
|
+
"resource_type_regex": "^azurerm_fabric_",
|
|
290
|
+
"componentSubType": "service",
|
|
291
|
+
"cloud_provider": "azure"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"id": "gen_azurerm_federated_family",
|
|
295
|
+
"resource_type_regex": "^azurerm_federated_",
|
|
296
|
+
"componentSubType": "service",
|
|
297
|
+
"cloud_provider": "azure"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "gen_azurerm_firewall_family",
|
|
301
|
+
"resource_type_regex": "^azurerm_firewall_",
|
|
302
|
+
"componentSubType": "network",
|
|
303
|
+
"cloud_provider": "azure"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"id": "gen_azurerm_fluid_family",
|
|
307
|
+
"resource_type_regex": "^azurerm_fluid_",
|
|
308
|
+
"componentSubType": "service",
|
|
309
|
+
"cloud_provider": "azure"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"id": "gen_azurerm_frontdoor_family",
|
|
313
|
+
"resource_type_regex": "^azurerm_frontdoor_",
|
|
314
|
+
"componentSubType": "service",
|
|
315
|
+
"cloud_provider": "azure"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"id": "gen_azurerm_function_family",
|
|
319
|
+
"resource_type_regex": "^azurerm_function_",
|
|
320
|
+
"componentSubType": "function",
|
|
321
|
+
"cloud_provider": "azure"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"id": "gen_azurerm_gallery_family",
|
|
325
|
+
"resource_type_regex": "^azurerm_gallery_",
|
|
326
|
+
"componentSubType": "service",
|
|
327
|
+
"cloud_provider": "azure"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"id": "gen_azurerm_graph_family",
|
|
331
|
+
"resource_type_regex": "^azurerm_graph_",
|
|
332
|
+
"componentSubType": "service",
|
|
333
|
+
"cloud_provider": "azure"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"id": "gen_azurerm_hdinsight_family",
|
|
337
|
+
"resource_type_regex": "^azurerm_hdinsight_",
|
|
338
|
+
"componentSubType": "database",
|
|
339
|
+
"cloud_provider": "azure"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"id": "gen_azurerm_healthbot_family",
|
|
343
|
+
"resource_type_regex": "^azurerm_healthbot_",
|
|
344
|
+
"componentSubType": "service",
|
|
345
|
+
"cloud_provider": "azure"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"id": "gen_azurerm_healthcare_family",
|
|
349
|
+
"resource_type_regex": "^azurerm_healthcare_",
|
|
350
|
+
"componentSubType": "service",
|
|
351
|
+
"cloud_provider": "azure"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"id": "gen_azurerm_hpc_family",
|
|
355
|
+
"resource_type_regex": "^azurerm_hpc_",
|
|
356
|
+
"componentSubType": "service",
|
|
357
|
+
"cloud_provider": "azure"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "gen_azurerm_image_family",
|
|
361
|
+
"resource_type_regex": "^azurerm_image_",
|
|
362
|
+
"componentSubType": "service",
|
|
363
|
+
"cloud_provider": "azure"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"id": "gen_azurerm_images_family",
|
|
367
|
+
"resource_type_regex": "^azurerm_images_",
|
|
368
|
+
"componentSubType": "service",
|
|
369
|
+
"cloud_provider": "azure"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"id": "gen_azurerm_iot_family",
|
|
373
|
+
"resource_type_regex": "^azurerm_iot_",
|
|
374
|
+
"componentSubType": "service",
|
|
375
|
+
"cloud_provider": "azure"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"id": "gen_azurerm_iotcentral_family",
|
|
379
|
+
"resource_type_regex": "^azurerm_iotcentral_",
|
|
380
|
+
"componentSubType": "service",
|
|
381
|
+
"cloud_provider": "azure"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"id": "gen_azurerm_iothub_family",
|
|
385
|
+
"resource_type_regex": "^azurerm_iothub_",
|
|
386
|
+
"componentSubType": "service",
|
|
387
|
+
"cloud_provider": "azure"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"id": "gen_azurerm_ip_family",
|
|
391
|
+
"resource_type_regex": "^azurerm_ip_",
|
|
392
|
+
"componentSubType": "service",
|
|
393
|
+
"cloud_provider": "azure"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"id": "gen_azurerm_kubernetes_family",
|
|
397
|
+
"resource_type_regex": "^azurerm_kubernetes_",
|
|
398
|
+
"componentSubType": "container",
|
|
399
|
+
"cloud_provider": "azure"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"id": "gen_azurerm_lb_family",
|
|
403
|
+
"resource_type_regex": "^azurerm_lb_",
|
|
404
|
+
"componentSubType": "network",
|
|
405
|
+
"cloud_provider": "azure"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"id": "gen_azurerm_lighthouse_family",
|
|
409
|
+
"resource_type_regex": "^azurerm_lighthouse_",
|
|
410
|
+
"componentSubType": "service",
|
|
411
|
+
"cloud_provider": "azure"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"id": "gen_azurerm_linux_family",
|
|
415
|
+
"resource_type_regex": "^azurerm_linux_",
|
|
416
|
+
"componentSubType": "function",
|
|
417
|
+
"cloud_provider": "azure"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"id": "gen_azurerm_load_family",
|
|
421
|
+
"resource_type_regex": "^azurerm_load_",
|
|
422
|
+
"componentSubType": "service",
|
|
423
|
+
"cloud_provider": "azure"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"id": "gen_azurerm_local_family",
|
|
427
|
+
"resource_type_regex": "^azurerm_local_",
|
|
428
|
+
"componentSubType": "service",
|
|
429
|
+
"cloud_provider": "azure"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"id": "gen_azurerm_location_family",
|
|
433
|
+
"resource_type_regex": "^azurerm_location_",
|
|
434
|
+
"componentSubType": "service",
|
|
435
|
+
"cloud_provider": "azure"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"id": "gen_azurerm_log_family",
|
|
439
|
+
"resource_type_regex": "^azurerm_log_",
|
|
440
|
+
"componentSubType": "service",
|
|
441
|
+
"cloud_provider": "azure"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"id": "gen_azurerm_logic_family",
|
|
445
|
+
"resource_type_regex": "^azurerm_logic_",
|
|
446
|
+
"componentSubType": "api",
|
|
447
|
+
"cloud_provider": "azure"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"id": "gen_azurerm_machine_family",
|
|
451
|
+
"resource_type_regex": "^azurerm_machine_",
|
|
452
|
+
"componentSubType": "service",
|
|
453
|
+
"cloud_provider": "azure"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"id": "gen_azurerm_maintenance_family",
|
|
457
|
+
"resource_type_regex": "^azurerm_maintenance_",
|
|
458
|
+
"componentSubType": "service",
|
|
459
|
+
"cloud_provider": "azure"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"id": "gen_azurerm_managed_family",
|
|
463
|
+
"resource_type_regex": "^azurerm_managed_",
|
|
464
|
+
"componentSubType": "service",
|
|
465
|
+
"cloud_provider": "azure"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"id": "gen_azurerm_management_family",
|
|
469
|
+
"resource_type_regex": "^azurerm_management_",
|
|
470
|
+
"componentSubType": "application",
|
|
471
|
+
"cloud_provider": "azure"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"id": "gen_azurerm_maps_family",
|
|
475
|
+
"resource_type_regex": "^azurerm_maps_",
|
|
476
|
+
"componentSubType": "service",
|
|
477
|
+
"cloud_provider": "azure"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"id": "gen_azurerm_marketplace_family",
|
|
481
|
+
"resource_type_regex": "^azurerm_marketplace_",
|
|
482
|
+
"componentSubType": "service",
|
|
483
|
+
"cloud_provider": "azure"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"id": "gen_azurerm_mobile_family",
|
|
487
|
+
"resource_type_regex": "^azurerm_mobile_",
|
|
488
|
+
"componentSubType": "service",
|
|
489
|
+
"cloud_provider": "azure"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"id": "gen_azurerm_mongo_family",
|
|
493
|
+
"resource_type_regex": "^azurerm_mongo_",
|
|
494
|
+
"componentSubType": "service",
|
|
495
|
+
"cloud_provider": "azure"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"id": "gen_azurerm_monitor_family",
|
|
499
|
+
"resource_type_regex": "^azurerm_monitor_",
|
|
500
|
+
"componentSubType": "config",
|
|
501
|
+
"cloud_provider": "azure"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"id": "gen_azurerm_nat_family",
|
|
505
|
+
"resource_type_regex": "^azurerm_nat_",
|
|
506
|
+
"componentSubType": "network",
|
|
507
|
+
"cloud_provider": "azure"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"id": "gen_azurerm_netapp_family",
|
|
511
|
+
"resource_type_regex": "^azurerm_netapp_",
|
|
512
|
+
"componentSubType": "service",
|
|
513
|
+
"cloud_provider": "azure"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"id": "gen_azurerm_network_family",
|
|
517
|
+
"resource_type_regex": "^azurerm_network_",
|
|
518
|
+
"componentSubType": "network",
|
|
519
|
+
"cloud_provider": "azure"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"id": "gen_azurerm_new_family",
|
|
523
|
+
"resource_type_regex": "^azurerm_new_",
|
|
524
|
+
"componentSubType": "service",
|
|
525
|
+
"cloud_provider": "azure"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"id": "gen_azurerm_nginx_family",
|
|
529
|
+
"resource_type_regex": "^azurerm_nginx_",
|
|
530
|
+
"componentSubType": "service",
|
|
531
|
+
"cloud_provider": "azure"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"id": "gen_azurerm_notification_family",
|
|
535
|
+
"resource_type_regex": "^azurerm_notification_",
|
|
536
|
+
"componentSubType": "service",
|
|
537
|
+
"cloud_provider": "azure"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"id": "gen_azurerm_oracle_family",
|
|
541
|
+
"resource_type_regex": "^azurerm_oracle_",
|
|
542
|
+
"componentSubType": "service",
|
|
543
|
+
"cloud_provider": "azure"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"id": "gen_azurerm_orbital_family",
|
|
547
|
+
"resource_type_regex": "^azurerm_orbital_",
|
|
548
|
+
"componentSubType": "service",
|
|
549
|
+
"cloud_provider": "azure"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"id": "gen_azurerm_orchestrated_family",
|
|
553
|
+
"resource_type_regex": "^azurerm_orchestrated_",
|
|
554
|
+
"componentSubType": "service",
|
|
555
|
+
"cloud_provider": "azure"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"id": "gen_azurerm_palo_family",
|
|
559
|
+
"resource_type_regex": "^azurerm_palo_",
|
|
560
|
+
"componentSubType": "service",
|
|
561
|
+
"cloud_provider": "azure"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"id": "gen_azurerm_pim_family",
|
|
565
|
+
"resource_type_regex": "^azurerm_pim_",
|
|
566
|
+
"componentSubType": "service",
|
|
567
|
+
"cloud_provider": "azure"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"id": "gen_azurerm_platform_family",
|
|
571
|
+
"resource_type_regex": "^azurerm_platform_",
|
|
572
|
+
"componentSubType": "service",
|
|
573
|
+
"cloud_provider": "azure"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"id": "gen_azurerm_point_family",
|
|
577
|
+
"resource_type_regex": "^azurerm_point_",
|
|
578
|
+
"componentSubType": "service",
|
|
579
|
+
"cloud_provider": "azure"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"id": "gen_azurerm_policy_family",
|
|
583
|
+
"resource_type_regex": "^azurerm_policy_",
|
|
584
|
+
"componentSubType": "config",
|
|
585
|
+
"cloud_provider": "azure"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"id": "gen_azurerm_portal_family",
|
|
589
|
+
"resource_type_regex": "^azurerm_portal_",
|
|
590
|
+
"componentSubType": "service",
|
|
591
|
+
"cloud_provider": "azure"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"id": "gen_azurerm_powerbi_family",
|
|
595
|
+
"resource_type_regex": "^azurerm_powerbi_",
|
|
596
|
+
"componentSubType": "database",
|
|
597
|
+
"cloud_provider": "azure"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"id": "gen_azurerm_private_family",
|
|
601
|
+
"resource_type_regex": "^azurerm_private_",
|
|
602
|
+
"componentSubType": "network",
|
|
603
|
+
"cloud_provider": "azure"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"id": "gen_azurerm_provider_family",
|
|
607
|
+
"resource_type_regex": "^azurerm_provider_",
|
|
608
|
+
"componentSubType": "service",
|
|
609
|
+
"cloud_provider": "azure"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"id": "gen_azurerm_proximity_family",
|
|
613
|
+
"resource_type_regex": "^azurerm_proximity_",
|
|
614
|
+
"componentSubType": "service",
|
|
615
|
+
"cloud_provider": "azure"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"id": "gen_azurerm_public_family",
|
|
619
|
+
"resource_type_regex": "^azurerm_public_",
|
|
620
|
+
"componentSubType": "network",
|
|
621
|
+
"cloud_provider": "azure"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"id": "gen_azurerm_purview_family",
|
|
625
|
+
"resource_type_regex": "^azurerm_purview_",
|
|
626
|
+
"componentSubType": "service",
|
|
627
|
+
"cloud_provider": "azure"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"id": "gen_azurerm_qumulo_family",
|
|
631
|
+
"resource_type_regex": "^azurerm_qumulo_",
|
|
632
|
+
"componentSubType": "service",
|
|
633
|
+
"cloud_provider": "azure"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"id": "gen_azurerm_recovery_family",
|
|
637
|
+
"resource_type_regex": "^azurerm_recovery_",
|
|
638
|
+
"componentSubType": "service",
|
|
639
|
+
"cloud_provider": "azure"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"id": "gen_azurerm_redhat_family",
|
|
643
|
+
"resource_type_regex": "^azurerm_redhat_",
|
|
644
|
+
"componentSubType": "service",
|
|
645
|
+
"cloud_provider": "azure"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"id": "gen_azurerm_resource_family",
|
|
649
|
+
"resource_type_regex": "^azurerm_resource_",
|
|
650
|
+
"componentSubType": "application",
|
|
651
|
+
"cloud_provider": "azure"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"id": "gen_azurerm_resources_family",
|
|
655
|
+
"resource_type_regex": "^azurerm_resources_",
|
|
656
|
+
"componentSubType": "service",
|
|
657
|
+
"cloud_provider": "azure"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"id": "gen_azurerm_restore_family",
|
|
661
|
+
"resource_type_regex": "^azurerm_restore_",
|
|
662
|
+
"componentSubType": "service",
|
|
663
|
+
"cloud_provider": "azure"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"id": "gen_azurerm_role_family",
|
|
667
|
+
"resource_type_regex": "^azurerm_role_",
|
|
668
|
+
"componentSubType": "auth_service",
|
|
669
|
+
"cloud_provider": "azure"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"id": "gen_azurerm_route_family",
|
|
673
|
+
"resource_type_regex": "^azurerm_route_",
|
|
674
|
+
"componentSubType": "network",
|
|
675
|
+
"cloud_provider": "azure"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"id": "gen_azurerm_search_family",
|
|
679
|
+
"resource_type_regex": "^azurerm_search_",
|
|
680
|
+
"componentSubType": "service",
|
|
681
|
+
"cloud_provider": "azure"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"id": "gen_azurerm_security_family",
|
|
685
|
+
"resource_type_regex": "^azurerm_security_",
|
|
686
|
+
"componentSubType": "config",
|
|
687
|
+
"cloud_provider": "azure"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"id": "gen_azurerm_sentinel_family",
|
|
691
|
+
"resource_type_regex": "^azurerm_sentinel_",
|
|
692
|
+
"componentSubType": "config",
|
|
693
|
+
"cloud_provider": "azure"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"id": "gen_azurerm_service_family",
|
|
697
|
+
"resource_type_regex": "^azurerm_service_",
|
|
698
|
+
"componentSubType": "service",
|
|
699
|
+
"cloud_provider": "azure"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"id": "gen_azurerm_shared_family",
|
|
703
|
+
"resource_type_regex": "^azurerm_shared_",
|
|
704
|
+
"componentSubType": "service",
|
|
705
|
+
"cloud_provider": "azure"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"id": "gen_azurerm_signalr_family",
|
|
709
|
+
"resource_type_regex": "^azurerm_signalr_",
|
|
710
|
+
"componentSubType": "service",
|
|
711
|
+
"cloud_provider": "azure"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"id": "gen_azurerm_site_family",
|
|
715
|
+
"resource_type_regex": "^azurerm_site_",
|
|
716
|
+
"componentSubType": "service",
|
|
717
|
+
"cloud_provider": "azure"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"id": "gen_azurerm_snapshot_family",
|
|
721
|
+
"resource_type_regex": "^azurerm_snapshot_",
|
|
722
|
+
"componentSubType": "service",
|
|
723
|
+
"cloud_provider": "azure"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"id": "gen_azurerm_source_family",
|
|
727
|
+
"resource_type_regex": "^azurerm_source_",
|
|
728
|
+
"componentSubType": "service",
|
|
729
|
+
"cloud_provider": "azure"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"id": "gen_azurerm_spring_family",
|
|
733
|
+
"resource_type_regex": "^azurerm_spring_",
|
|
734
|
+
"componentSubType": "container",
|
|
735
|
+
"cloud_provider": "azure"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"id": "gen_azurerm_ssh_family",
|
|
739
|
+
"resource_type_regex": "^azurerm_ssh_",
|
|
740
|
+
"componentSubType": "service",
|
|
741
|
+
"cloud_provider": "azure"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"id": "gen_azurerm_stack_family",
|
|
745
|
+
"resource_type_regex": "^azurerm_stack_",
|
|
746
|
+
"componentSubType": "service",
|
|
747
|
+
"cloud_provider": "azure"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"id": "gen_azurerm_static_family",
|
|
751
|
+
"resource_type_regex": "^azurerm_static_",
|
|
752
|
+
"componentSubType": "service",
|
|
753
|
+
"cloud_provider": "azure"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"id": "gen_azurerm_stream_family",
|
|
757
|
+
"resource_type_regex": "^azurerm_stream_",
|
|
758
|
+
"componentSubType": "queue",
|
|
759
|
+
"cloud_provider": "azure"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"id": "gen_azurerm_subnet_family",
|
|
763
|
+
"resource_type_regex": "^azurerm_subnet_",
|
|
764
|
+
"componentSubType": "service",
|
|
765
|
+
"cloud_provider": "azure"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"id": "gen_azurerm_subscription_family",
|
|
769
|
+
"resource_type_regex": "^azurerm_subscription_",
|
|
770
|
+
"componentSubType": "application",
|
|
771
|
+
"cloud_provider": "azure"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"id": "gen_azurerm_subscriptions_family",
|
|
775
|
+
"resource_type_regex": "^azurerm_subscriptions_",
|
|
776
|
+
"componentSubType": "service",
|
|
777
|
+
"cloud_provider": "azure"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"id": "gen_azurerm_synapse_family",
|
|
781
|
+
"resource_type_regex": "^azurerm_synapse_",
|
|
782
|
+
"componentSubType": "database",
|
|
783
|
+
"cloud_provider": "azure"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"id": "gen_azurerm_system_family",
|
|
787
|
+
"resource_type_regex": "^azurerm_system_",
|
|
788
|
+
"componentSubType": "service",
|
|
789
|
+
"cloud_provider": "azure"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"id": "gen_azurerm_template_family",
|
|
793
|
+
"resource_type_regex": "^azurerm_template_",
|
|
794
|
+
"componentSubType": "service",
|
|
795
|
+
"cloud_provider": "azure"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"id": "gen_azurerm_tenant_family",
|
|
799
|
+
"resource_type_regex": "^azurerm_tenant_",
|
|
800
|
+
"componentSubType": "service",
|
|
801
|
+
"cloud_provider": "azure"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"id": "gen_azurerm_traffic_family",
|
|
805
|
+
"resource_type_regex": "^azurerm_traffic_",
|
|
806
|
+
"componentSubType": "service",
|
|
807
|
+
"cloud_provider": "azure"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"id": "gen_azurerm_trusted_family",
|
|
811
|
+
"resource_type_regex": "^azurerm_trusted_",
|
|
812
|
+
"componentSubType": "service",
|
|
813
|
+
"cloud_provider": "azure"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"id": "gen_azurerm_video_family",
|
|
817
|
+
"resource_type_regex": "^azurerm_video_",
|
|
818
|
+
"componentSubType": "service",
|
|
819
|
+
"cloud_provider": "azure"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"id": "gen_azurerm_virtual_family",
|
|
823
|
+
"resource_type_regex": "^azurerm_virtual_",
|
|
824
|
+
"componentSubType": "network",
|
|
825
|
+
"cloud_provider": "azure"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"id": "gen_azurerm_vmware_family",
|
|
829
|
+
"resource_type_regex": "^azurerm_vmware_",
|
|
830
|
+
"componentSubType": "service",
|
|
831
|
+
"cloud_provider": "azure"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"id": "gen_azurerm_voice_family",
|
|
835
|
+
"resource_type_regex": "^azurerm_voice_",
|
|
836
|
+
"componentSubType": "service",
|
|
837
|
+
"cloud_provider": "azure"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"id": "gen_azurerm_vpn_family",
|
|
841
|
+
"resource_type_regex": "^azurerm_vpn_",
|
|
842
|
+
"componentSubType": "service",
|
|
843
|
+
"cloud_provider": "azure"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"id": "gen_azurerm_web_family",
|
|
847
|
+
"resource_type_regex": "^azurerm_web_",
|
|
848
|
+
"componentSubType": "service",
|
|
849
|
+
"cloud_provider": "azure"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"id": "gen_azurerm_windows_family",
|
|
853
|
+
"resource_type_regex": "^azurerm_windows_",
|
|
854
|
+
"componentSubType": "function",
|
|
855
|
+
"cloud_provider": "azure"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"id": "gen_azurerm_workloads_family",
|
|
859
|
+
"resource_type_regex": "^azurerm_workloads_",
|
|
860
|
+
"componentSubType": "service",
|
|
861
|
+
"cloud_provider": "azure"
|
|
862
|
+
}
|
|
863
|
+
]
|
|
864
|
+
}
|