@storm-software/terraform-tools 0.45.2 → 0.45.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.
Files changed (36) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +12 -54
  3. package/dist/src/base/base-terraform-executor.d.ts +98 -0
  4. package/dist/src/base/base-terraform-executor.schema.json +93 -0
  5. package/docs/api/base/base-terraform-executor.md +105 -0
  6. package/executors.json +16 -16
  7. package/generators.json +2 -2
  8. package/package.json +1 -1
  9. package/index.d.ts +0 -1
  10. package/index.js +0 -4911
  11. package/meta.json +0 -3395
  12. package/src/base/base-executor.d.ts +0 -24
  13. package/src/base/index.d.ts +0 -1
  14. package/src/executors/apply/executor.d.ts +0 -4
  15. package/src/executors/apply/executor.js +0 -4885
  16. package/src/executors/apply/schema.d.ts +0 -5
  17. package/src/executors/apply/schema.json +0 -21
  18. package/src/executors/destroy/executor.d.ts +0 -4
  19. package/src/executors/destroy/executor.js +0 -4885
  20. package/src/executors/destroy/schema.d.ts +0 -5
  21. package/src/executors/destroy/schema.json +0 -16
  22. package/src/executors/index.d.ts +0 -4
  23. package/src/executors/output/executor.d.ts +0 -5
  24. package/src/executors/output/executor.js +0 -4885
  25. package/src/executors/output/schema.d.ts +0 -1
  26. package/src/executors/output/schema.json +0 -10
  27. package/src/executors/plan/executor.d.ts +0 -4
  28. package/src/executors/plan/executor.js +0 -4885
  29. package/src/executors/plan/schema.d.ts +0 -5
  30. package/src/executors/plan/schema.json +0 -16
  31. package/src/generators/index.d.ts +0 -1
  32. package/src/generators/init/init.d.ts +0 -4
  33. package/src/generators/init/init.js +0 -39
  34. package/src/generators/init/schema.d.ts +0 -3
  35. package/src/generators/init/schema.json +0 -16
  36. package/src/index.d.ts +0 -3
package/meta.json DELETED
@@ -1,3395 +0,0 @@
1
- {
2
- "inputs": {
3
- "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
4
- "bytes": 8542,
5
- "imports": [
6
- {
7
- "path": "path",
8
- "kind": "require-call",
9
- "external": true
10
- },
11
- {
12
- "path": "fs",
13
- "kind": "require-call",
14
- "external": true
15
- }
16
- ],
17
- "format": "cjs"
18
- },
19
- "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
20
- "bytes": 1308,
21
- "imports": [
22
- {
23
- "path": "fs",
24
- "kind": "require-call",
25
- "external": true
26
- },
27
- {
28
- "path": "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js",
29
- "kind": "require-call",
30
- "original": "./old.js"
31
- }
32
- ],
33
- "format": "cjs"
34
- },
35
- "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
36
- "bytes": 345,
37
- "imports": [],
38
- "format": "cjs"
39
- },
40
- "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
41
- "bytes": 1219,
42
- "imports": [],
43
- "format": "cjs"
44
- },
45
- "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
46
- "bytes": 4792,
47
- "imports": [
48
- {
49
- "path": "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js",
50
- "kind": "require-call",
51
- "original": "concat-map"
52
- },
53
- {
54
- "path": "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js",
55
- "kind": "require-call",
56
- "original": "balanced-match"
57
- }
58
- ],
59
- "format": "cjs"
60
- },
61
- "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
62
- "bytes": 26266,
63
- "imports": [
64
- {
65
- "path": "path",
66
- "kind": "require-call",
67
- "external": true
68
- },
69
- {
70
- "path": "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js",
71
- "kind": "require-call",
72
- "original": "brace-expansion"
73
- }
74
- ],
75
- "format": "cjs"
76
- },
77
- "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
78
- "bytes": 753,
79
- "imports": [],
80
- "format": "cjs"
81
- },
82
- "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
83
- "bytes": 250,
84
- "imports": [
85
- {
86
- "path": "util",
87
- "kind": "require-call",
88
- "external": true
89
- },
90
- {
91
- "path": "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js",
92
- "kind": "require-call",
93
- "original": "./inherits_browser.js"
94
- }
95
- ],
96
- "format": "cjs"
97
- },
98
- "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
99
- "bytes": 611,
100
- "imports": [],
101
- "format": "cjs"
102
- },
103
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
104
- "bytes": 6149,
105
- "imports": [
106
- {
107
- "path": "fs",
108
- "kind": "require-call",
109
- "external": true
110
- },
111
- {
112
- "path": "path",
113
- "kind": "require-call",
114
- "external": true
115
- },
116
- {
117
- "path": "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js",
118
- "kind": "require-call",
119
- "original": "minimatch"
120
- },
121
- {
122
- "path": "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js",
123
- "kind": "require-call",
124
- "original": "path-is-absolute"
125
- }
126
- ],
127
- "format": "cjs"
128
- },
129
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
130
- "bytes": 12020,
131
- "imports": [
132
- {
133
- "path": "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js",
134
- "kind": "require-call",
135
- "original": "fs.realpath"
136
- },
137
- {
138
- "path": "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js",
139
- "kind": "require-call",
140
- "original": "minimatch"
141
- },
142
- {
143
- "path": "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js",
144
- "kind": "require-call",
145
- "original": "./glob.js"
146
- },
147
- {
148
- "path": "util",
149
- "kind": "require-call",
150
- "external": true
151
- },
152
- {
153
- "path": "path",
154
- "kind": "require-call",
155
- "external": true
156
- },
157
- {
158
- "path": "assert",
159
- "kind": "require-call",
160
- "external": true
161
- },
162
- {
163
- "path": "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js",
164
- "kind": "require-call",
165
- "original": "path-is-absolute"
166
- },
167
- {
168
- "path": "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js",
169
- "kind": "require-call",
170
- "original": "./common.js"
171
- }
172
- ],
173
- "format": "cjs"
174
- },
175
- "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
176
- "bytes": 905,
177
- "imports": [],
178
- "format": "cjs"
179
- },
180
- "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
181
- "bytes": 935,
182
- "imports": [
183
- {
184
- "path": "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js",
185
- "kind": "require-call",
186
- "original": "wrappy"
187
- }
188
- ],
189
- "format": "cjs"
190
- },
191
- "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
192
- "bytes": 1365,
193
- "imports": [
194
- {
195
- "path": "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js",
196
- "kind": "require-call",
197
- "original": "wrappy"
198
- },
199
- {
200
- "path": "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js",
201
- "kind": "require-call",
202
- "original": "once"
203
- }
204
- ],
205
- "format": "cjs"
206
- },
207
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
208
- "bytes": 19445,
209
- "imports": [
210
- {
211
- "path": "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js",
212
- "kind": "require-call",
213
- "original": "fs.realpath"
214
- },
215
- {
216
- "path": "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js",
217
- "kind": "require-call",
218
- "original": "minimatch"
219
- },
220
- {
221
- "path": "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js",
222
- "kind": "require-call",
223
- "original": "inherits"
224
- },
225
- {
226
- "path": "events",
227
- "kind": "require-call",
228
- "external": true
229
- },
230
- {
231
- "path": "path",
232
- "kind": "require-call",
233
- "external": true
234
- },
235
- {
236
- "path": "assert",
237
- "kind": "require-call",
238
- "external": true
239
- },
240
- {
241
- "path": "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js",
242
- "kind": "require-call",
243
- "original": "path-is-absolute"
244
- },
245
- {
246
- "path": "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js",
247
- "kind": "require-call",
248
- "original": "./sync.js"
249
- },
250
- {
251
- "path": "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js",
252
- "kind": "require-call",
253
- "original": "./common.js"
254
- },
255
- {
256
- "path": "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js",
257
- "kind": "require-call",
258
- "original": "inflight"
259
- },
260
- {
261
- "path": "util",
262
- "kind": "require-call",
263
- "external": true
264
- },
265
- {
266
- "path": "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js",
267
- "kind": "require-call",
268
- "original": "once"
269
- }
270
- ],
271
- "format": "cjs"
272
- },
273
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
274
- "bytes": 13609,
275
- "imports": [
276
- {
277
- "path": "os",
278
- "kind": "require-call",
279
- "external": true
280
- },
281
- {
282
- "path": "fs",
283
- "kind": "require-call",
284
- "external": true
285
- },
286
- {
287
- "path": "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js",
288
- "kind": "require-call",
289
- "original": "glob"
290
- },
291
- {
292
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js",
293
- "kind": "require-call",
294
- "original": ".."
295
- }
296
- ],
297
- "format": "cjs"
298
- },
299
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
300
- "bytes": 282,
301
- "imports": [],
302
- "format": "cjs"
303
- },
304
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
305
- "bytes": 451,
306
- "imports": [
307
- {
308
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
309
- "kind": "require-call",
310
- "original": "./common"
311
- }
312
- ],
313
- "format": "cjs"
314
- },
315
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
316
- "bytes": 1840,
317
- "imports": [
318
- {
319
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
320
- "kind": "require-call",
321
- "original": "./common"
322
- },
323
- {
324
- "path": "fs",
325
- "kind": "require-call",
326
- "external": true
327
- }
328
- ],
329
- "format": "cjs"
330
- },
331
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
332
- "bytes": 929,
333
- "imports": [
334
- {
335
- "path": "os",
336
- "kind": "require-call",
337
- "external": true
338
- },
339
- {
340
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
341
- "kind": "require-call",
342
- "original": "./common"
343
- }
344
- ],
345
- "format": "cjs"
346
- },
347
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
348
- "bytes": 6824,
349
- "imports": [
350
- {
351
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
352
- "kind": "require-call",
353
- "original": "./common"
354
- },
355
- {
356
- "path": "fs",
357
- "kind": "require-call",
358
- "external": true
359
- },
360
- {
361
- "path": "path",
362
- "kind": "require-call",
363
- "external": true
364
- }
365
- ],
366
- "format": "cjs"
367
- },
368
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
369
- "bytes": 9739,
370
- "imports": [
371
- {
372
- "path": "fs",
373
- "kind": "require-call",
374
- "external": true
375
- },
376
- {
377
- "path": "path",
378
- "kind": "require-call",
379
- "external": true
380
- },
381
- {
382
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
383
- "kind": "require-call",
384
- "original": "./common"
385
- }
386
- ],
387
- "format": "cjs"
388
- },
389
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
390
- "bytes": 5698,
391
- "imports": [
392
- {
393
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
394
- "kind": "require-call",
395
- "original": "./common"
396
- },
397
- {
398
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js",
399
- "kind": "require-call",
400
- "original": "./cd"
401
- },
402
- {
403
- "path": "path",
404
- "kind": "require-call",
405
- "external": true
406
- }
407
- ],
408
- "format": "cjs"
409
- },
410
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
411
- "bytes": 1384,
412
- "imports": [
413
- {
414
- "path": "util",
415
- "kind": "require-call",
416
- "external": true
417
- },
418
- {
419
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
420
- "kind": "require-call",
421
- "original": "./common"
422
- }
423
- ],
424
- "format": "cjs"
425
- },
426
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
427
- "bytes": 947,
428
- "imports": [
429
- {
430
- "path": "child_process",
431
- "kind": "require-call",
432
- "external": true
433
- },
434
- {
435
- "path": "fs",
436
- "kind": "require-call",
437
- "external": true
438
- }
439
- ],
440
- "format": "cjs"
441
- },
442
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
443
- "bytes": 2253,
444
- "imports": [
445
- {
446
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
447
- "kind": "require-call",
448
- "original": "./common"
449
- },
450
- {
451
- "path": "os",
452
- "kind": "require-call",
453
- "external": true
454
- },
455
- {
456
- "path": "fs",
457
- "kind": "require-call",
458
- "external": true
459
- }
460
- ],
461
- "format": "cjs"
462
- },
463
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
464
- "bytes": 278,
465
- "imports": [
466
- {
467
- "path": "path",
468
- "kind": "require-call",
469
- "external": true
470
- },
471
- {
472
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
473
- "kind": "require-call",
474
- "original": "./common"
475
- }
476
- ],
477
- "format": "cjs"
478
- },
479
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
480
- "bytes": 7395,
481
- "imports": [
482
- {
483
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
484
- "kind": "require-call",
485
- "original": "./common"
486
- },
487
- {
488
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js",
489
- "kind": "require-call",
490
- "original": "./tempdir"
491
- },
492
- {
493
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js",
494
- "kind": "require-call",
495
- "original": "./pwd"
496
- },
497
- {
498
- "path": "path",
499
- "kind": "require-call",
500
- "external": true
501
- },
502
- {
503
- "path": "fs",
504
- "kind": "require-call",
505
- "external": true
506
- },
507
- {
508
- "path": "child_process",
509
- "kind": "require-call",
510
- "external": true
511
- }
512
- ],
513
- "format": "cjs"
514
- },
515
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
516
- "bytes": 4346,
517
- "imports": [
518
- {
519
- "path": "path",
520
- "kind": "require-call",
521
- "external": true
522
- },
523
- {
524
- "path": "fs",
525
- "kind": "require-call",
526
- "external": true
527
- },
528
- {
529
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
530
- "kind": "require-call",
531
- "original": "./common"
532
- },
533
- {
534
- "path": "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js",
535
- "kind": "require-call",
536
- "original": "glob"
537
- }
538
- ],
539
- "format": "cjs"
540
- },
541
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
542
- "bytes": 1553,
543
- "imports": [
544
- {
545
- "path": "path",
546
- "kind": "require-call",
547
- "external": true
548
- },
549
- {
550
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
551
- "kind": "require-call",
552
- "original": "./common"
553
- },
554
- {
555
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js",
556
- "kind": "require-call",
557
- "original": "./ls"
558
- }
559
- ],
560
- "format": "cjs"
561
- },
562
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
563
- "bytes": 1832,
564
- "imports": [
565
- {
566
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
567
- "kind": "require-call",
568
- "original": "./common"
569
- },
570
- {
571
- "path": "fs",
572
- "kind": "require-call",
573
- "external": true
574
- }
575
- ],
576
- "format": "cjs"
577
- },
578
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
579
- "bytes": 2684,
580
- "imports": [
581
- {
582
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
583
- "kind": "require-call",
584
- "original": "./common"
585
- },
586
- {
587
- "path": "fs",
588
- "kind": "require-call",
589
- "external": true
590
- }
591
- ],
592
- "format": "cjs"
593
- },
594
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
595
- "bytes": 1886,
596
- "imports": [
597
- {
598
- "path": "fs",
599
- "kind": "require-call",
600
- "external": true
601
- },
602
- {
603
- "path": "path",
604
- "kind": "require-call",
605
- "external": true
606
- },
607
- {
608
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
609
- "kind": "require-call",
610
- "original": "./common"
611
- }
612
- ],
613
- "format": "cjs"
614
- },
615
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
616
- "bytes": 2603,
617
- "imports": [
618
- {
619
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
620
- "kind": "require-call",
621
- "original": "./common"
622
- },
623
- {
624
- "path": "fs",
625
- "kind": "require-call",
626
- "external": true
627
- },
628
- {
629
- "path": "path",
630
- "kind": "require-call",
631
- "external": true
632
- }
633
- ],
634
- "format": "cjs"
635
- },
636
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
637
- "bytes": 5618,
638
- "imports": [
639
- {
640
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
641
- "kind": "require-call",
642
- "original": "./common"
643
- },
644
- {
645
- "path": "fs",
646
- "kind": "require-call",
647
- "external": true
648
- }
649
- ],
650
- "format": "cjs"
651
- },
652
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
653
- "bytes": 3576,
654
- "imports": [
655
- {
656
- "path": "fs",
657
- "kind": "require-call",
658
- "external": true
659
- },
660
- {
661
- "path": "path",
662
- "kind": "require-call",
663
- "external": true
664
- },
665
- {
666
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
667
- "kind": "require-call",
668
- "original": "./common"
669
- },
670
- {
671
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js",
672
- "kind": "require-call",
673
- "original": "./cp"
674
- },
675
- {
676
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js",
677
- "kind": "require-call",
678
- "original": "./rm"
679
- }
680
- ],
681
- "format": "cjs"
682
- },
683
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
684
- "bytes": 15,
685
- "imports": []
686
- },
687
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
688
- "bytes": 15,
689
- "imports": []
690
- },
691
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
692
- "bytes": 2258,
693
- "imports": [
694
- {
695
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
696
- "kind": "require-call",
697
- "original": "./common"
698
- },
699
- {
700
- "path": "fs",
701
- "kind": "require-call",
702
- "external": true
703
- }
704
- ],
705
- "format": "cjs"
706
- },
707
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
708
- "bytes": 1371,
709
- "imports": [
710
- {
711
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
712
- "kind": "require-call",
713
- "original": "./common"
714
- }
715
- ],
716
- "format": "cjs"
717
- },
718
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
719
- "bytes": 2558,
720
- "imports": [
721
- {
722
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
723
- "kind": "require-call",
724
- "original": "./common"
725
- },
726
- {
727
- "path": "fs",
728
- "kind": "require-call",
729
- "external": true
730
- }
731
- ],
732
- "format": "cjs"
733
- },
734
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
735
- "bytes": 1930,
736
- "imports": [
737
- {
738
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
739
- "kind": "require-call",
740
- "original": "./common"
741
- },
742
- {
743
- "path": "fs",
744
- "kind": "require-call",
745
- "external": true
746
- }
747
- ],
748
- "format": "cjs"
749
- },
750
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
751
- "bytes": 2079,
752
- "imports": [
753
- {
754
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
755
- "kind": "require-call",
756
- "original": "./common"
757
- },
758
- {
759
- "path": "fs",
760
- "kind": "require-call",
761
- "external": true
762
- }
763
- ],
764
- "format": "cjs"
765
- },
766
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
767
- "bytes": 963,
768
- "imports": [
769
- {
770
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
771
- "kind": "require-call",
772
- "original": "./common"
773
- },
774
- {
775
- "path": "fs",
776
- "kind": "require-call",
777
- "external": true
778
- },
779
- {
780
- "path": "path",
781
- "kind": "require-call",
782
- "external": true
783
- }
784
- ],
785
- "format": "cjs"
786
- },
787
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
788
- "bytes": 921,
789
- "imports": [
790
- {
791
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
792
- "kind": "require-call",
793
- "original": "./common"
794
- },
795
- {
796
- "path": "fs",
797
- "kind": "require-call",
798
- "external": true
799
- },
800
- {
801
- "path": "path",
802
- "kind": "require-call",
803
- "external": true
804
- }
805
- ],
806
- "format": "cjs"
807
- },
808
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
809
- "bytes": 2716,
810
- "imports": [
811
- {
812
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
813
- "kind": "require-call",
814
- "original": "./common"
815
- },
816
- {
817
- "path": "fs",
818
- "kind": "require-call",
819
- "external": true
820
- }
821
- ],
822
- "format": "cjs"
823
- },
824
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
825
- "bytes": 2559,
826
- "imports": [
827
- {
828
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
829
- "kind": "require-call",
830
- "original": "./common"
831
- },
832
- {
833
- "path": "fs",
834
- "kind": "require-call",
835
- "external": true
836
- }
837
- ],
838
- "format": "cjs"
839
- },
840
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
841
- "bytes": 3573,
842
- "imports": [
843
- {
844
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
845
- "kind": "require-call",
846
- "original": "./common"
847
- },
848
- {
849
- "path": "fs",
850
- "kind": "require-call",
851
- "external": true
852
- },
853
- {
854
- "path": "path",
855
- "kind": "require-call",
856
- "external": true
857
- }
858
- ],
859
- "format": "cjs"
860
- },
861
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
862
- "bytes": 3472,
863
- "imports": [
864
- {
865
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js",
866
- "kind": "require-call",
867
- "original": "./src/common"
868
- },
869
- {
870
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js",
871
- "kind": "require-call",
872
- "original": "./commands"
873
- },
874
- {
875
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js",
876
- "kind": "require-call",
877
- "original": "./src/error"
878
- },
879
- {
880
- "path": "./src/**/*",
881
- "kind": "import-statement",
882
- "external": true
883
- }
884
- ],
885
- "format": "cjs"
886
- },
887
- "packages/terraform-tools/src/base/base-executor.ts": {
888
- "bytes": 3782,
889
- "imports": [
890
- {
891
- "path": "@storm-software/config",
892
- "kind": "import-statement",
893
- "external": true
894
- },
895
- {
896
- "path": "@storm-software/config-tools",
897
- "kind": "import-statement",
898
- "external": true
899
- },
900
- {
901
- "path": "@storm-software/workspace-tools",
902
- "kind": "import-statement",
903
- "external": true
904
- },
905
- {
906
- "path": "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js",
907
- "kind": "import-statement",
908
- "original": "shelljs"
909
- }
910
- ],
911
- "format": "esm"
912
- },
913
- "packages/terraform-tools/src/base/index.ts": {
914
- "bytes": 33,
915
- "imports": [
916
- {
917
- "path": "packages/terraform-tools/src/base/base-executor.ts",
918
- "kind": "import-statement",
919
- "original": "./base-executor"
920
- }
921
- ],
922
- "format": "esm"
923
- },
924
- "packages/terraform-tools/src/executors/apply/executor.ts": {
925
- "bytes": 183,
926
- "imports": [
927
- {
928
- "path": "packages/terraform-tools/src/base/base-executor.ts",
929
- "kind": "import-statement",
930
- "original": "../../base/base-executor"
931
- },
932
- {
933
- "path": "./schema",
934
- "kind": "import-statement",
935
- "external": true
936
- }
937
- ],
938
- "format": "esm"
939
- },
940
- "packages/terraform-tools/src/executors/destroy/executor.ts": {
941
- "bytes": 189,
942
- "imports": [
943
- {
944
- "path": "packages/terraform-tools/src/base/base-executor.ts",
945
- "kind": "import-statement",
946
- "original": "../../base/base-executor"
947
- },
948
- {
949
- "path": "./schema",
950
- "kind": "import-statement",
951
- "external": true
952
- }
953
- ],
954
- "format": "esm"
955
- },
956
- "packages/terraform-tools/src/executors/output/executor.ts": {
957
- "bytes": 186,
958
- "imports": [
959
- {
960
- "path": "packages/terraform-tools/src/base/base-executor.ts",
961
- "kind": "import-statement",
962
- "original": "../../base/base-executor"
963
- },
964
- {
965
- "path": "./schema",
966
- "kind": "import-statement",
967
- "external": true
968
- }
969
- ],
970
- "format": "esm"
971
- },
972
- "packages/terraform-tools/src/executors/plan/executor.ts": {
973
- "bytes": 180,
974
- "imports": [
975
- {
976
- "path": "packages/terraform-tools/src/base/base-executor.ts",
977
- "kind": "import-statement",
978
- "original": "../../base/base-executor"
979
- },
980
- {
981
- "path": "./schema",
982
- "kind": "import-statement",
983
- "external": true
984
- }
985
- ],
986
- "format": "esm"
987
- },
988
- "packages/terraform-tools/src/executors/index.ts": {
989
- "bytes": 138,
990
- "imports": [
991
- {
992
- "path": "packages/terraform-tools/src/executors/apply/executor.ts",
993
- "kind": "import-statement",
994
- "original": "./apply/executor"
995
- },
996
- {
997
- "path": "packages/terraform-tools/src/executors/destroy/executor.ts",
998
- "kind": "import-statement",
999
- "original": "./destroy/executor"
1000
- },
1001
- {
1002
- "path": "packages/terraform-tools/src/executors/output/executor.ts",
1003
- "kind": "import-statement",
1004
- "original": "./output/executor"
1005
- },
1006
- {
1007
- "path": "packages/terraform-tools/src/executors/plan/executor.ts",
1008
- "kind": "import-statement",
1009
- "original": "./plan/executor"
1010
- }
1011
- ],
1012
- "format": "esm"
1013
- },
1014
- "packages/terraform-tools/src/generators/init/init.ts": {
1015
- "bytes": 405,
1016
- "imports": [
1017
- {
1018
- "path": "@nx/devkit",
1019
- "kind": "import-statement",
1020
- "external": true
1021
- },
1022
- {
1023
- "path": "@storm-software/workspace-tools",
1024
- "kind": "import-statement",
1025
- "external": true
1026
- }
1027
- ],
1028
- "format": "esm"
1029
- },
1030
- "packages/terraform-tools/src/generators/index.ts": {
1031
- "bytes": 29,
1032
- "imports": [
1033
- {
1034
- "path": "packages/terraform-tools/src/generators/init/init.ts",
1035
- "kind": "import-statement",
1036
- "original": "./init/init"
1037
- }
1038
- ],
1039
- "format": "esm"
1040
- },
1041
- "packages/terraform-tools/src/index.ts": {
1042
- "bytes": 83,
1043
- "imports": [
1044
- {
1045
- "path": "packages/terraform-tools/src/base/index.ts",
1046
- "kind": "import-statement",
1047
- "original": "./base"
1048
- },
1049
- {
1050
- "path": "packages/terraform-tools/src/executors/index.ts",
1051
- "kind": "import-statement",
1052
- "original": "./executors"
1053
- },
1054
- {
1055
- "path": "packages/terraform-tools/src/generators/index.ts",
1056
- "kind": "import-statement",
1057
- "original": "./generators"
1058
- }
1059
- ],
1060
- "format": "esm"
1061
- },
1062
- "packages/terraform-tools/index.ts": {
1063
- "bytes": 23,
1064
- "imports": [
1065
- {
1066
- "path": "packages/terraform-tools/src/index.ts",
1067
- "kind": "import-statement",
1068
- "original": "./src"
1069
- }
1070
- ],
1071
- "format": "esm"
1072
- }
1073
- },
1074
- "outputs": {
1075
- "dist/packages/terraform-tools/index.js": {
1076
- "imports": [
1077
- {
1078
- "path": "path",
1079
- "kind": "require-call",
1080
- "external": true
1081
- },
1082
- {
1083
- "path": "fs",
1084
- "kind": "require-call",
1085
- "external": true
1086
- },
1087
- {
1088
- "path": "fs",
1089
- "kind": "require-call",
1090
- "external": true
1091
- },
1092
- {
1093
- "path": "path",
1094
- "kind": "require-call",
1095
- "external": true
1096
- },
1097
- {
1098
- "path": "util",
1099
- "kind": "require-call",
1100
- "external": true
1101
- },
1102
- {
1103
- "path": "fs",
1104
- "kind": "require-call",
1105
- "external": true
1106
- },
1107
- {
1108
- "path": "path",
1109
- "kind": "require-call",
1110
- "external": true
1111
- },
1112
- {
1113
- "path": "util",
1114
- "kind": "require-call",
1115
- "external": true
1116
- },
1117
- {
1118
- "path": "path",
1119
- "kind": "require-call",
1120
- "external": true
1121
- },
1122
- {
1123
- "path": "assert",
1124
- "kind": "require-call",
1125
- "external": true
1126
- },
1127
- {
1128
- "path": "events",
1129
- "kind": "require-call",
1130
- "external": true
1131
- },
1132
- {
1133
- "path": "path",
1134
- "kind": "require-call",
1135
- "external": true
1136
- },
1137
- {
1138
- "path": "assert",
1139
- "kind": "require-call",
1140
- "external": true
1141
- },
1142
- {
1143
- "path": "util",
1144
- "kind": "require-call",
1145
- "external": true
1146
- },
1147
- {
1148
- "path": "os",
1149
- "kind": "require-call",
1150
- "external": true
1151
- },
1152
- {
1153
- "path": "fs",
1154
- "kind": "require-call",
1155
- "external": true
1156
- },
1157
- {
1158
- "path": "fs",
1159
- "kind": "require-call",
1160
- "external": true
1161
- },
1162
- {
1163
- "path": "os",
1164
- "kind": "require-call",
1165
- "external": true
1166
- },
1167
- {
1168
- "path": "fs",
1169
- "kind": "require-call",
1170
- "external": true
1171
- },
1172
- {
1173
- "path": "path",
1174
- "kind": "require-call",
1175
- "external": true
1176
- },
1177
- {
1178
- "path": "fs",
1179
- "kind": "require-call",
1180
- "external": true
1181
- },
1182
- {
1183
- "path": "path",
1184
- "kind": "require-call",
1185
- "external": true
1186
- },
1187
- {
1188
- "path": "path",
1189
- "kind": "require-call",
1190
- "external": true
1191
- },
1192
- {
1193
- "path": "util",
1194
- "kind": "require-call",
1195
- "external": true
1196
- },
1197
- {
1198
- "path": "child_process",
1199
- "kind": "require-call",
1200
- "external": true
1201
- },
1202
- {
1203
- "path": "fs",
1204
- "kind": "require-call",
1205
- "external": true
1206
- },
1207
- {
1208
- "path": "os",
1209
- "kind": "require-call",
1210
- "external": true
1211
- },
1212
- {
1213
- "path": "fs",
1214
- "kind": "require-call",
1215
- "external": true
1216
- },
1217
- {
1218
- "path": "path",
1219
- "kind": "require-call",
1220
- "external": true
1221
- },
1222
- {
1223
- "path": "path",
1224
- "kind": "require-call",
1225
- "external": true
1226
- },
1227
- {
1228
- "path": "fs",
1229
- "kind": "require-call",
1230
- "external": true
1231
- },
1232
- {
1233
- "path": "child_process",
1234
- "kind": "require-call",
1235
- "external": true
1236
- },
1237
- {
1238
- "path": "path",
1239
- "kind": "require-call",
1240
- "external": true
1241
- },
1242
- {
1243
- "path": "fs",
1244
- "kind": "require-call",
1245
- "external": true
1246
- },
1247
- {
1248
- "path": "path",
1249
- "kind": "require-call",
1250
- "external": true
1251
- },
1252
- {
1253
- "path": "fs",
1254
- "kind": "require-call",
1255
- "external": true
1256
- },
1257
- {
1258
- "path": "fs",
1259
- "kind": "require-call",
1260
- "external": true
1261
- },
1262
- {
1263
- "path": "fs",
1264
- "kind": "require-call",
1265
- "external": true
1266
- },
1267
- {
1268
- "path": "path",
1269
- "kind": "require-call",
1270
- "external": true
1271
- },
1272
- {
1273
- "path": "fs",
1274
- "kind": "require-call",
1275
- "external": true
1276
- },
1277
- {
1278
- "path": "path",
1279
- "kind": "require-call",
1280
- "external": true
1281
- },
1282
- {
1283
- "path": "fs",
1284
- "kind": "require-call",
1285
- "external": true
1286
- },
1287
- {
1288
- "path": "fs",
1289
- "kind": "require-call",
1290
- "external": true
1291
- },
1292
- {
1293
- "path": "path",
1294
- "kind": "require-call",
1295
- "external": true
1296
- },
1297
- {
1298
- "path": "fs",
1299
- "kind": "require-call",
1300
- "external": true
1301
- },
1302
- {
1303
- "path": "fs",
1304
- "kind": "require-call",
1305
- "external": true
1306
- },
1307
- {
1308
- "path": "fs",
1309
- "kind": "require-call",
1310
- "external": true
1311
- },
1312
- {
1313
- "path": "fs",
1314
- "kind": "require-call",
1315
- "external": true
1316
- },
1317
- {
1318
- "path": "fs",
1319
- "kind": "require-call",
1320
- "external": true
1321
- },
1322
- {
1323
- "path": "path",
1324
- "kind": "require-call",
1325
- "external": true
1326
- },
1327
- {
1328
- "path": "fs",
1329
- "kind": "require-call",
1330
- "external": true
1331
- },
1332
- {
1333
- "path": "path",
1334
- "kind": "require-call",
1335
- "external": true
1336
- },
1337
- {
1338
- "path": "fs",
1339
- "kind": "require-call",
1340
- "external": true
1341
- },
1342
- {
1343
- "path": "fs",
1344
- "kind": "require-call",
1345
- "external": true
1346
- },
1347
- {
1348
- "path": "fs",
1349
- "kind": "require-call",
1350
- "external": true
1351
- },
1352
- {
1353
- "path": "path",
1354
- "kind": "require-call",
1355
- "external": true
1356
- },
1357
- {
1358
- "path": "@storm-software/config-tools",
1359
- "kind": "require-call",
1360
- "external": true
1361
- },
1362
- {
1363
- "path": "@storm-software/workspace-tools",
1364
- "kind": "require-call",
1365
- "external": true
1366
- },
1367
- {
1368
- "path": "@nx/devkit",
1369
- "kind": "require-call",
1370
- "external": true
1371
- },
1372
- {
1373
- "path": "@storm-software/workspace-tools",
1374
- "kind": "require-call",
1375
- "external": true
1376
- }
1377
- ],
1378
- "exports": [],
1379
- "entryPoint": "packages/terraform-tools/index.ts",
1380
- "inputs": {
1381
- "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
1382
- "bytesInOutput": 6181
1383
- },
1384
- "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
1385
- "bytesInOutput": 1645
1386
- },
1387
- "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
1388
- "bytesInOutput": 509
1389
- },
1390
- "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
1391
- "bytesInOutput": 1569
1392
- },
1393
- "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
1394
- "bytesInOutput": 4549
1395
- },
1396
- "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
1397
- "bytesInOutput": 18225
1398
- },
1399
- "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
1400
- "bytesInOutput": 932
1401
- },
1402
- "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
1403
- "bytesInOutput": 363
1404
- },
1405
- "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
1406
- "bytesInOutput": 699
1407
- },
1408
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
1409
- "bytesInOutput": 6400
1410
- },
1411
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
1412
- "bytesInOutput": 11171
1413
- },
1414
- "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
1415
- "bytesInOutput": 866
1416
- },
1417
- "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
1418
- "bytesInOutput": 1220
1419
- },
1420
- "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
1421
- "bytesInOutput": 1183
1422
- },
1423
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
1424
- "bytesInOutput": 17102
1425
- },
1426
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
1427
- "bytesInOutput": 10762
1428
- },
1429
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
1430
- "bytesInOutput": 1406
1431
- },
1432
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
1433
- "bytesInOutput": 914
1434
- },
1435
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
1436
- "bytesInOutput": 5697
1437
- },
1438
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
1439
- "bytesInOutput": 7724
1440
- },
1441
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
1442
- "bytesInOutput": 3428
1443
- },
1444
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
1445
- "bytesInOutput": 893
1446
- },
1447
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
1448
- "bytesInOutput": 260
1449
- },
1450
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
1451
- "bytesInOutput": 1203
1452
- },
1453
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
1454
- "bytesInOutput": 1576
1455
- },
1456
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
1457
- "bytesInOutput": 386
1458
- },
1459
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
1460
- "bytesInOutput": 4568
1461
- },
1462
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
1463
- "bytesInOutput": 2832
1464
- },
1465
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
1466
- "bytesInOutput": 1133
1467
- },
1468
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
1469
- "bytesInOutput": 1538
1470
- },
1471
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
1472
- "bytesInOutput": 2579
1473
- },
1474
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
1475
- "bytesInOutput": 1891
1476
- },
1477
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
1478
- "bytesInOutput": 2128
1479
- },
1480
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
1481
- "bytesInOutput": 4087
1482
- },
1483
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
1484
- "bytesInOutput": 2739
1485
- },
1486
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
1487
- "bytesInOutput": 114
1488
- },
1489
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
1490
- "bytesInOutput": 116
1491
- },
1492
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
1493
- "bytesInOutput": 1636
1494
- },
1495
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
1496
- "bytesInOutput": 1035
1497
- },
1498
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
1499
- "bytesInOutput": 2177
1500
- },
1501
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
1502
- "bytesInOutput": 1808
1503
- },
1504
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
1505
- "bytesInOutput": 1509
1506
- },
1507
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
1508
- "bytesInOutput": 790
1509
- },
1510
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
1511
- "bytesInOutput": 810
1512
- },
1513
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
1514
- "bytesInOutput": 1911
1515
- },
1516
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
1517
- "bytesInOutput": 2073
1518
- },
1519
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
1520
- "bytesInOutput": 2535
1521
- },
1522
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
1523
- "bytesInOutput": 533
1524
- },
1525
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
1526
- "bytesInOutput": 459
1527
- },
1528
- "packages/terraform-tools/index.ts": {
1529
- "bytesInOutput": 191
1530
- },
1531
- "packages/terraform-tools/src/base/base-executor.ts": {
1532
- "bytesInOutput": 2688
1533
- },
1534
- "packages/terraform-tools/src/base/index.ts": {
1535
- "bytesInOutput": 0
1536
- },
1537
- "packages/terraform-tools/src/index.ts": {
1538
- "bytesInOutput": 0
1539
- },
1540
- "packages/terraform-tools/src/executors/apply/executor.ts": {
1541
- "bytesInOutput": 55
1542
- },
1543
- "packages/terraform-tools/src/executors/index.ts": {
1544
- "bytesInOutput": 0
1545
- },
1546
- "packages/terraform-tools/src/executors/destroy/executor.ts": {
1547
- "bytesInOutput": 58
1548
- },
1549
- "packages/terraform-tools/src/executors/output/executor.ts": {
1550
- "bytesInOutput": 57
1551
- },
1552
- "packages/terraform-tools/src/executors/plan/executor.ts": {
1553
- "bytesInOutput": 55
1554
- },
1555
- "packages/terraform-tools/src/generators/init/init.ts": {
1556
- "bytesInOutput": 332
1557
- },
1558
- "packages/terraform-tools/src/generators/index.ts": {
1559
- "bytesInOutput": 0
1560
- }
1561
- },
1562
- "bytes": 158798
1563
- },
1564
- "dist/packages/terraform-tools/src/executors/apply/executor.js": {
1565
- "imports": [
1566
- {
1567
- "path": "path",
1568
- "kind": "require-call",
1569
- "external": true
1570
- },
1571
- {
1572
- "path": "fs",
1573
- "kind": "require-call",
1574
- "external": true
1575
- },
1576
- {
1577
- "path": "fs",
1578
- "kind": "require-call",
1579
- "external": true
1580
- },
1581
- {
1582
- "path": "path",
1583
- "kind": "require-call",
1584
- "external": true
1585
- },
1586
- {
1587
- "path": "util",
1588
- "kind": "require-call",
1589
- "external": true
1590
- },
1591
- {
1592
- "path": "fs",
1593
- "kind": "require-call",
1594
- "external": true
1595
- },
1596
- {
1597
- "path": "path",
1598
- "kind": "require-call",
1599
- "external": true
1600
- },
1601
- {
1602
- "path": "util",
1603
- "kind": "require-call",
1604
- "external": true
1605
- },
1606
- {
1607
- "path": "path",
1608
- "kind": "require-call",
1609
- "external": true
1610
- },
1611
- {
1612
- "path": "assert",
1613
- "kind": "require-call",
1614
- "external": true
1615
- },
1616
- {
1617
- "path": "events",
1618
- "kind": "require-call",
1619
- "external": true
1620
- },
1621
- {
1622
- "path": "path",
1623
- "kind": "require-call",
1624
- "external": true
1625
- },
1626
- {
1627
- "path": "assert",
1628
- "kind": "require-call",
1629
- "external": true
1630
- },
1631
- {
1632
- "path": "util",
1633
- "kind": "require-call",
1634
- "external": true
1635
- },
1636
- {
1637
- "path": "os",
1638
- "kind": "require-call",
1639
- "external": true
1640
- },
1641
- {
1642
- "path": "fs",
1643
- "kind": "require-call",
1644
- "external": true
1645
- },
1646
- {
1647
- "path": "fs",
1648
- "kind": "require-call",
1649
- "external": true
1650
- },
1651
- {
1652
- "path": "os",
1653
- "kind": "require-call",
1654
- "external": true
1655
- },
1656
- {
1657
- "path": "fs",
1658
- "kind": "require-call",
1659
- "external": true
1660
- },
1661
- {
1662
- "path": "path",
1663
- "kind": "require-call",
1664
- "external": true
1665
- },
1666
- {
1667
- "path": "fs",
1668
- "kind": "require-call",
1669
- "external": true
1670
- },
1671
- {
1672
- "path": "path",
1673
- "kind": "require-call",
1674
- "external": true
1675
- },
1676
- {
1677
- "path": "path",
1678
- "kind": "require-call",
1679
- "external": true
1680
- },
1681
- {
1682
- "path": "util",
1683
- "kind": "require-call",
1684
- "external": true
1685
- },
1686
- {
1687
- "path": "child_process",
1688
- "kind": "require-call",
1689
- "external": true
1690
- },
1691
- {
1692
- "path": "fs",
1693
- "kind": "require-call",
1694
- "external": true
1695
- },
1696
- {
1697
- "path": "os",
1698
- "kind": "require-call",
1699
- "external": true
1700
- },
1701
- {
1702
- "path": "fs",
1703
- "kind": "require-call",
1704
- "external": true
1705
- },
1706
- {
1707
- "path": "path",
1708
- "kind": "require-call",
1709
- "external": true
1710
- },
1711
- {
1712
- "path": "path",
1713
- "kind": "require-call",
1714
- "external": true
1715
- },
1716
- {
1717
- "path": "fs",
1718
- "kind": "require-call",
1719
- "external": true
1720
- },
1721
- {
1722
- "path": "child_process",
1723
- "kind": "require-call",
1724
- "external": true
1725
- },
1726
- {
1727
- "path": "path",
1728
- "kind": "require-call",
1729
- "external": true
1730
- },
1731
- {
1732
- "path": "fs",
1733
- "kind": "require-call",
1734
- "external": true
1735
- },
1736
- {
1737
- "path": "path",
1738
- "kind": "require-call",
1739
- "external": true
1740
- },
1741
- {
1742
- "path": "fs",
1743
- "kind": "require-call",
1744
- "external": true
1745
- },
1746
- {
1747
- "path": "fs",
1748
- "kind": "require-call",
1749
- "external": true
1750
- },
1751
- {
1752
- "path": "fs",
1753
- "kind": "require-call",
1754
- "external": true
1755
- },
1756
- {
1757
- "path": "path",
1758
- "kind": "require-call",
1759
- "external": true
1760
- },
1761
- {
1762
- "path": "fs",
1763
- "kind": "require-call",
1764
- "external": true
1765
- },
1766
- {
1767
- "path": "path",
1768
- "kind": "require-call",
1769
- "external": true
1770
- },
1771
- {
1772
- "path": "fs",
1773
- "kind": "require-call",
1774
- "external": true
1775
- },
1776
- {
1777
- "path": "fs",
1778
- "kind": "require-call",
1779
- "external": true
1780
- },
1781
- {
1782
- "path": "path",
1783
- "kind": "require-call",
1784
- "external": true
1785
- },
1786
- {
1787
- "path": "fs",
1788
- "kind": "require-call",
1789
- "external": true
1790
- },
1791
- {
1792
- "path": "fs",
1793
- "kind": "require-call",
1794
- "external": true
1795
- },
1796
- {
1797
- "path": "fs",
1798
- "kind": "require-call",
1799
- "external": true
1800
- },
1801
- {
1802
- "path": "fs",
1803
- "kind": "require-call",
1804
- "external": true
1805
- },
1806
- {
1807
- "path": "fs",
1808
- "kind": "require-call",
1809
- "external": true
1810
- },
1811
- {
1812
- "path": "path",
1813
- "kind": "require-call",
1814
- "external": true
1815
- },
1816
- {
1817
- "path": "fs",
1818
- "kind": "require-call",
1819
- "external": true
1820
- },
1821
- {
1822
- "path": "path",
1823
- "kind": "require-call",
1824
- "external": true
1825
- },
1826
- {
1827
- "path": "fs",
1828
- "kind": "require-call",
1829
- "external": true
1830
- },
1831
- {
1832
- "path": "fs",
1833
- "kind": "require-call",
1834
- "external": true
1835
- },
1836
- {
1837
- "path": "fs",
1838
- "kind": "require-call",
1839
- "external": true
1840
- },
1841
- {
1842
- "path": "path",
1843
- "kind": "require-call",
1844
- "external": true
1845
- },
1846
- {
1847
- "path": "@storm-software/config-tools",
1848
- "kind": "require-call",
1849
- "external": true
1850
- },
1851
- {
1852
- "path": "@storm-software/workspace-tools",
1853
- "kind": "require-call",
1854
- "external": true
1855
- }
1856
- ],
1857
- "exports": [],
1858
- "entryPoint": "packages/terraform-tools/src/executors/apply/executor.ts",
1859
- "inputs": {
1860
- "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
1861
- "bytesInOutput": 6181
1862
- },
1863
- "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
1864
- "bytesInOutput": 1645
1865
- },
1866
- "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
1867
- "bytesInOutput": 509
1868
- },
1869
- "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
1870
- "bytesInOutput": 1569
1871
- },
1872
- "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
1873
- "bytesInOutput": 4549
1874
- },
1875
- "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
1876
- "bytesInOutput": 18225
1877
- },
1878
- "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
1879
- "bytesInOutput": 932
1880
- },
1881
- "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
1882
- "bytesInOutput": 363
1883
- },
1884
- "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
1885
- "bytesInOutput": 699
1886
- },
1887
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
1888
- "bytesInOutput": 6400
1889
- },
1890
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
1891
- "bytesInOutput": 11171
1892
- },
1893
- "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
1894
- "bytesInOutput": 866
1895
- },
1896
- "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
1897
- "bytesInOutput": 1220
1898
- },
1899
- "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
1900
- "bytesInOutput": 1183
1901
- },
1902
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
1903
- "bytesInOutput": 17102
1904
- },
1905
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
1906
- "bytesInOutput": 10762
1907
- },
1908
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
1909
- "bytesInOutput": 1406
1910
- },
1911
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
1912
- "bytesInOutput": 914
1913
- },
1914
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
1915
- "bytesInOutput": 5697
1916
- },
1917
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
1918
- "bytesInOutput": 7724
1919
- },
1920
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
1921
- "bytesInOutput": 3428
1922
- },
1923
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
1924
- "bytesInOutput": 893
1925
- },
1926
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
1927
- "bytesInOutput": 260
1928
- },
1929
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
1930
- "bytesInOutput": 1203
1931
- },
1932
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
1933
- "bytesInOutput": 1576
1934
- },
1935
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
1936
- "bytesInOutput": 386
1937
- },
1938
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
1939
- "bytesInOutput": 4568
1940
- },
1941
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
1942
- "bytesInOutput": 2832
1943
- },
1944
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
1945
- "bytesInOutput": 1133
1946
- },
1947
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
1948
- "bytesInOutput": 1538
1949
- },
1950
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
1951
- "bytesInOutput": 2579
1952
- },
1953
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
1954
- "bytesInOutput": 1891
1955
- },
1956
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
1957
- "bytesInOutput": 2128
1958
- },
1959
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
1960
- "bytesInOutput": 4087
1961
- },
1962
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
1963
- "bytesInOutput": 2739
1964
- },
1965
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
1966
- "bytesInOutput": 114
1967
- },
1968
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
1969
- "bytesInOutput": 116
1970
- },
1971
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
1972
- "bytesInOutput": 1636
1973
- },
1974
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
1975
- "bytesInOutput": 1035
1976
- },
1977
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
1978
- "bytesInOutput": 2177
1979
- },
1980
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
1981
- "bytesInOutput": 1808
1982
- },
1983
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
1984
- "bytesInOutput": 1509
1985
- },
1986
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
1987
- "bytesInOutput": 790
1988
- },
1989
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
1990
- "bytesInOutput": 810
1991
- },
1992
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
1993
- "bytesInOutput": 1911
1994
- },
1995
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
1996
- "bytesInOutput": 2073
1997
- },
1998
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
1999
- "bytesInOutput": 2535
2000
- },
2001
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
2002
- "bytesInOutput": 533
2003
- },
2004
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
2005
- "bytesInOutput": 459
2006
- },
2007
- "packages/terraform-tools/src/executors/apply/executor.ts": {
2008
- "bytesInOutput": 198
2009
- },
2010
- "packages/terraform-tools/src/base/base-executor.ts": {
2011
- "bytesInOutput": 2688
2012
- }
2013
- },
2014
- "bytes": 157897
2015
- },
2016
- "dist/packages/terraform-tools/src/executors/destroy/executor.js": {
2017
- "imports": [
2018
- {
2019
- "path": "path",
2020
- "kind": "require-call",
2021
- "external": true
2022
- },
2023
- {
2024
- "path": "fs",
2025
- "kind": "require-call",
2026
- "external": true
2027
- },
2028
- {
2029
- "path": "fs",
2030
- "kind": "require-call",
2031
- "external": true
2032
- },
2033
- {
2034
- "path": "path",
2035
- "kind": "require-call",
2036
- "external": true
2037
- },
2038
- {
2039
- "path": "util",
2040
- "kind": "require-call",
2041
- "external": true
2042
- },
2043
- {
2044
- "path": "fs",
2045
- "kind": "require-call",
2046
- "external": true
2047
- },
2048
- {
2049
- "path": "path",
2050
- "kind": "require-call",
2051
- "external": true
2052
- },
2053
- {
2054
- "path": "util",
2055
- "kind": "require-call",
2056
- "external": true
2057
- },
2058
- {
2059
- "path": "path",
2060
- "kind": "require-call",
2061
- "external": true
2062
- },
2063
- {
2064
- "path": "assert",
2065
- "kind": "require-call",
2066
- "external": true
2067
- },
2068
- {
2069
- "path": "events",
2070
- "kind": "require-call",
2071
- "external": true
2072
- },
2073
- {
2074
- "path": "path",
2075
- "kind": "require-call",
2076
- "external": true
2077
- },
2078
- {
2079
- "path": "assert",
2080
- "kind": "require-call",
2081
- "external": true
2082
- },
2083
- {
2084
- "path": "util",
2085
- "kind": "require-call",
2086
- "external": true
2087
- },
2088
- {
2089
- "path": "os",
2090
- "kind": "require-call",
2091
- "external": true
2092
- },
2093
- {
2094
- "path": "fs",
2095
- "kind": "require-call",
2096
- "external": true
2097
- },
2098
- {
2099
- "path": "fs",
2100
- "kind": "require-call",
2101
- "external": true
2102
- },
2103
- {
2104
- "path": "os",
2105
- "kind": "require-call",
2106
- "external": true
2107
- },
2108
- {
2109
- "path": "fs",
2110
- "kind": "require-call",
2111
- "external": true
2112
- },
2113
- {
2114
- "path": "path",
2115
- "kind": "require-call",
2116
- "external": true
2117
- },
2118
- {
2119
- "path": "fs",
2120
- "kind": "require-call",
2121
- "external": true
2122
- },
2123
- {
2124
- "path": "path",
2125
- "kind": "require-call",
2126
- "external": true
2127
- },
2128
- {
2129
- "path": "path",
2130
- "kind": "require-call",
2131
- "external": true
2132
- },
2133
- {
2134
- "path": "util",
2135
- "kind": "require-call",
2136
- "external": true
2137
- },
2138
- {
2139
- "path": "child_process",
2140
- "kind": "require-call",
2141
- "external": true
2142
- },
2143
- {
2144
- "path": "fs",
2145
- "kind": "require-call",
2146
- "external": true
2147
- },
2148
- {
2149
- "path": "os",
2150
- "kind": "require-call",
2151
- "external": true
2152
- },
2153
- {
2154
- "path": "fs",
2155
- "kind": "require-call",
2156
- "external": true
2157
- },
2158
- {
2159
- "path": "path",
2160
- "kind": "require-call",
2161
- "external": true
2162
- },
2163
- {
2164
- "path": "path",
2165
- "kind": "require-call",
2166
- "external": true
2167
- },
2168
- {
2169
- "path": "fs",
2170
- "kind": "require-call",
2171
- "external": true
2172
- },
2173
- {
2174
- "path": "child_process",
2175
- "kind": "require-call",
2176
- "external": true
2177
- },
2178
- {
2179
- "path": "path",
2180
- "kind": "require-call",
2181
- "external": true
2182
- },
2183
- {
2184
- "path": "fs",
2185
- "kind": "require-call",
2186
- "external": true
2187
- },
2188
- {
2189
- "path": "path",
2190
- "kind": "require-call",
2191
- "external": true
2192
- },
2193
- {
2194
- "path": "fs",
2195
- "kind": "require-call",
2196
- "external": true
2197
- },
2198
- {
2199
- "path": "fs",
2200
- "kind": "require-call",
2201
- "external": true
2202
- },
2203
- {
2204
- "path": "fs",
2205
- "kind": "require-call",
2206
- "external": true
2207
- },
2208
- {
2209
- "path": "path",
2210
- "kind": "require-call",
2211
- "external": true
2212
- },
2213
- {
2214
- "path": "fs",
2215
- "kind": "require-call",
2216
- "external": true
2217
- },
2218
- {
2219
- "path": "path",
2220
- "kind": "require-call",
2221
- "external": true
2222
- },
2223
- {
2224
- "path": "fs",
2225
- "kind": "require-call",
2226
- "external": true
2227
- },
2228
- {
2229
- "path": "fs",
2230
- "kind": "require-call",
2231
- "external": true
2232
- },
2233
- {
2234
- "path": "path",
2235
- "kind": "require-call",
2236
- "external": true
2237
- },
2238
- {
2239
- "path": "fs",
2240
- "kind": "require-call",
2241
- "external": true
2242
- },
2243
- {
2244
- "path": "fs",
2245
- "kind": "require-call",
2246
- "external": true
2247
- },
2248
- {
2249
- "path": "fs",
2250
- "kind": "require-call",
2251
- "external": true
2252
- },
2253
- {
2254
- "path": "fs",
2255
- "kind": "require-call",
2256
- "external": true
2257
- },
2258
- {
2259
- "path": "fs",
2260
- "kind": "require-call",
2261
- "external": true
2262
- },
2263
- {
2264
- "path": "path",
2265
- "kind": "require-call",
2266
- "external": true
2267
- },
2268
- {
2269
- "path": "fs",
2270
- "kind": "require-call",
2271
- "external": true
2272
- },
2273
- {
2274
- "path": "path",
2275
- "kind": "require-call",
2276
- "external": true
2277
- },
2278
- {
2279
- "path": "fs",
2280
- "kind": "require-call",
2281
- "external": true
2282
- },
2283
- {
2284
- "path": "fs",
2285
- "kind": "require-call",
2286
- "external": true
2287
- },
2288
- {
2289
- "path": "fs",
2290
- "kind": "require-call",
2291
- "external": true
2292
- },
2293
- {
2294
- "path": "path",
2295
- "kind": "require-call",
2296
- "external": true
2297
- },
2298
- {
2299
- "path": "@storm-software/config-tools",
2300
- "kind": "require-call",
2301
- "external": true
2302
- },
2303
- {
2304
- "path": "@storm-software/workspace-tools",
2305
- "kind": "require-call",
2306
- "external": true
2307
- }
2308
- ],
2309
- "exports": [],
2310
- "entryPoint": "packages/terraform-tools/src/executors/destroy/executor.ts",
2311
- "inputs": {
2312
- "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
2313
- "bytesInOutput": 6181
2314
- },
2315
- "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
2316
- "bytesInOutput": 1645
2317
- },
2318
- "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
2319
- "bytesInOutput": 509
2320
- },
2321
- "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
2322
- "bytesInOutput": 1569
2323
- },
2324
- "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
2325
- "bytesInOutput": 4549
2326
- },
2327
- "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
2328
- "bytesInOutput": 18225
2329
- },
2330
- "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
2331
- "bytesInOutput": 932
2332
- },
2333
- "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
2334
- "bytesInOutput": 363
2335
- },
2336
- "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
2337
- "bytesInOutput": 699
2338
- },
2339
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
2340
- "bytesInOutput": 6400
2341
- },
2342
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
2343
- "bytesInOutput": 11171
2344
- },
2345
- "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
2346
- "bytesInOutput": 866
2347
- },
2348
- "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
2349
- "bytesInOutput": 1220
2350
- },
2351
- "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
2352
- "bytesInOutput": 1183
2353
- },
2354
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
2355
- "bytesInOutput": 17102
2356
- },
2357
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
2358
- "bytesInOutput": 10762
2359
- },
2360
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
2361
- "bytesInOutput": 1406
2362
- },
2363
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
2364
- "bytesInOutput": 914
2365
- },
2366
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
2367
- "bytesInOutput": 5697
2368
- },
2369
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
2370
- "bytesInOutput": 7724
2371
- },
2372
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
2373
- "bytesInOutput": 3428
2374
- },
2375
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
2376
- "bytesInOutput": 893
2377
- },
2378
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
2379
- "bytesInOutput": 260
2380
- },
2381
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
2382
- "bytesInOutput": 1203
2383
- },
2384
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
2385
- "bytesInOutput": 1576
2386
- },
2387
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
2388
- "bytesInOutput": 386
2389
- },
2390
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
2391
- "bytesInOutput": 4568
2392
- },
2393
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
2394
- "bytesInOutput": 2832
2395
- },
2396
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
2397
- "bytesInOutput": 1133
2398
- },
2399
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
2400
- "bytesInOutput": 1538
2401
- },
2402
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
2403
- "bytesInOutput": 2579
2404
- },
2405
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
2406
- "bytesInOutput": 1891
2407
- },
2408
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
2409
- "bytesInOutput": 2128
2410
- },
2411
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
2412
- "bytesInOutput": 4087
2413
- },
2414
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
2415
- "bytesInOutput": 2739
2416
- },
2417
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
2418
- "bytesInOutput": 114
2419
- },
2420
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
2421
- "bytesInOutput": 116
2422
- },
2423
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
2424
- "bytesInOutput": 1636
2425
- },
2426
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
2427
- "bytesInOutput": 1035
2428
- },
2429
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
2430
- "bytesInOutput": 2177
2431
- },
2432
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
2433
- "bytesInOutput": 1808
2434
- },
2435
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
2436
- "bytesInOutput": 1509
2437
- },
2438
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
2439
- "bytesInOutput": 790
2440
- },
2441
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
2442
- "bytesInOutput": 810
2443
- },
2444
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
2445
- "bytesInOutput": 1911
2446
- },
2447
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
2448
- "bytesInOutput": 2073
2449
- },
2450
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
2451
- "bytesInOutput": 2535
2452
- },
2453
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
2454
- "bytesInOutput": 533
2455
- },
2456
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
2457
- "bytesInOutput": 459
2458
- },
2459
- "packages/terraform-tools/src/executors/destroy/executor.ts": {
2460
- "bytesInOutput": 200
2461
- },
2462
- "packages/terraform-tools/src/base/base-executor.ts": {
2463
- "bytesInOutput": 2688
2464
- }
2465
- },
2466
- "bytes": 157903
2467
- },
2468
- "dist/packages/terraform-tools/src/executors/output/executor.js": {
2469
- "imports": [
2470
- {
2471
- "path": "path",
2472
- "kind": "require-call",
2473
- "external": true
2474
- },
2475
- {
2476
- "path": "fs",
2477
- "kind": "require-call",
2478
- "external": true
2479
- },
2480
- {
2481
- "path": "fs",
2482
- "kind": "require-call",
2483
- "external": true
2484
- },
2485
- {
2486
- "path": "path",
2487
- "kind": "require-call",
2488
- "external": true
2489
- },
2490
- {
2491
- "path": "util",
2492
- "kind": "require-call",
2493
- "external": true
2494
- },
2495
- {
2496
- "path": "fs",
2497
- "kind": "require-call",
2498
- "external": true
2499
- },
2500
- {
2501
- "path": "path",
2502
- "kind": "require-call",
2503
- "external": true
2504
- },
2505
- {
2506
- "path": "util",
2507
- "kind": "require-call",
2508
- "external": true
2509
- },
2510
- {
2511
- "path": "path",
2512
- "kind": "require-call",
2513
- "external": true
2514
- },
2515
- {
2516
- "path": "assert",
2517
- "kind": "require-call",
2518
- "external": true
2519
- },
2520
- {
2521
- "path": "events",
2522
- "kind": "require-call",
2523
- "external": true
2524
- },
2525
- {
2526
- "path": "path",
2527
- "kind": "require-call",
2528
- "external": true
2529
- },
2530
- {
2531
- "path": "assert",
2532
- "kind": "require-call",
2533
- "external": true
2534
- },
2535
- {
2536
- "path": "util",
2537
- "kind": "require-call",
2538
- "external": true
2539
- },
2540
- {
2541
- "path": "os",
2542
- "kind": "require-call",
2543
- "external": true
2544
- },
2545
- {
2546
- "path": "fs",
2547
- "kind": "require-call",
2548
- "external": true
2549
- },
2550
- {
2551
- "path": "fs",
2552
- "kind": "require-call",
2553
- "external": true
2554
- },
2555
- {
2556
- "path": "os",
2557
- "kind": "require-call",
2558
- "external": true
2559
- },
2560
- {
2561
- "path": "fs",
2562
- "kind": "require-call",
2563
- "external": true
2564
- },
2565
- {
2566
- "path": "path",
2567
- "kind": "require-call",
2568
- "external": true
2569
- },
2570
- {
2571
- "path": "fs",
2572
- "kind": "require-call",
2573
- "external": true
2574
- },
2575
- {
2576
- "path": "path",
2577
- "kind": "require-call",
2578
- "external": true
2579
- },
2580
- {
2581
- "path": "path",
2582
- "kind": "require-call",
2583
- "external": true
2584
- },
2585
- {
2586
- "path": "util",
2587
- "kind": "require-call",
2588
- "external": true
2589
- },
2590
- {
2591
- "path": "child_process",
2592
- "kind": "require-call",
2593
- "external": true
2594
- },
2595
- {
2596
- "path": "fs",
2597
- "kind": "require-call",
2598
- "external": true
2599
- },
2600
- {
2601
- "path": "os",
2602
- "kind": "require-call",
2603
- "external": true
2604
- },
2605
- {
2606
- "path": "fs",
2607
- "kind": "require-call",
2608
- "external": true
2609
- },
2610
- {
2611
- "path": "path",
2612
- "kind": "require-call",
2613
- "external": true
2614
- },
2615
- {
2616
- "path": "path",
2617
- "kind": "require-call",
2618
- "external": true
2619
- },
2620
- {
2621
- "path": "fs",
2622
- "kind": "require-call",
2623
- "external": true
2624
- },
2625
- {
2626
- "path": "child_process",
2627
- "kind": "require-call",
2628
- "external": true
2629
- },
2630
- {
2631
- "path": "path",
2632
- "kind": "require-call",
2633
- "external": true
2634
- },
2635
- {
2636
- "path": "fs",
2637
- "kind": "require-call",
2638
- "external": true
2639
- },
2640
- {
2641
- "path": "path",
2642
- "kind": "require-call",
2643
- "external": true
2644
- },
2645
- {
2646
- "path": "fs",
2647
- "kind": "require-call",
2648
- "external": true
2649
- },
2650
- {
2651
- "path": "fs",
2652
- "kind": "require-call",
2653
- "external": true
2654
- },
2655
- {
2656
- "path": "fs",
2657
- "kind": "require-call",
2658
- "external": true
2659
- },
2660
- {
2661
- "path": "path",
2662
- "kind": "require-call",
2663
- "external": true
2664
- },
2665
- {
2666
- "path": "fs",
2667
- "kind": "require-call",
2668
- "external": true
2669
- },
2670
- {
2671
- "path": "path",
2672
- "kind": "require-call",
2673
- "external": true
2674
- },
2675
- {
2676
- "path": "fs",
2677
- "kind": "require-call",
2678
- "external": true
2679
- },
2680
- {
2681
- "path": "fs",
2682
- "kind": "require-call",
2683
- "external": true
2684
- },
2685
- {
2686
- "path": "path",
2687
- "kind": "require-call",
2688
- "external": true
2689
- },
2690
- {
2691
- "path": "fs",
2692
- "kind": "require-call",
2693
- "external": true
2694
- },
2695
- {
2696
- "path": "fs",
2697
- "kind": "require-call",
2698
- "external": true
2699
- },
2700
- {
2701
- "path": "fs",
2702
- "kind": "require-call",
2703
- "external": true
2704
- },
2705
- {
2706
- "path": "fs",
2707
- "kind": "require-call",
2708
- "external": true
2709
- },
2710
- {
2711
- "path": "fs",
2712
- "kind": "require-call",
2713
- "external": true
2714
- },
2715
- {
2716
- "path": "path",
2717
- "kind": "require-call",
2718
- "external": true
2719
- },
2720
- {
2721
- "path": "fs",
2722
- "kind": "require-call",
2723
- "external": true
2724
- },
2725
- {
2726
- "path": "path",
2727
- "kind": "require-call",
2728
- "external": true
2729
- },
2730
- {
2731
- "path": "fs",
2732
- "kind": "require-call",
2733
- "external": true
2734
- },
2735
- {
2736
- "path": "fs",
2737
- "kind": "require-call",
2738
- "external": true
2739
- },
2740
- {
2741
- "path": "fs",
2742
- "kind": "require-call",
2743
- "external": true
2744
- },
2745
- {
2746
- "path": "path",
2747
- "kind": "require-call",
2748
- "external": true
2749
- },
2750
- {
2751
- "path": "@storm-software/config-tools",
2752
- "kind": "require-call",
2753
- "external": true
2754
- },
2755
- {
2756
- "path": "@storm-software/workspace-tools",
2757
- "kind": "require-call",
2758
- "external": true
2759
- }
2760
- ],
2761
- "exports": [],
2762
- "entryPoint": "packages/terraform-tools/src/executors/output/executor.ts",
2763
- "inputs": {
2764
- "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
2765
- "bytesInOutput": 6181
2766
- },
2767
- "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
2768
- "bytesInOutput": 1645
2769
- },
2770
- "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
2771
- "bytesInOutput": 509
2772
- },
2773
- "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
2774
- "bytesInOutput": 1569
2775
- },
2776
- "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
2777
- "bytesInOutput": 4549
2778
- },
2779
- "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
2780
- "bytesInOutput": 18225
2781
- },
2782
- "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
2783
- "bytesInOutput": 932
2784
- },
2785
- "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
2786
- "bytesInOutput": 363
2787
- },
2788
- "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
2789
- "bytesInOutput": 699
2790
- },
2791
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
2792
- "bytesInOutput": 6400
2793
- },
2794
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
2795
- "bytesInOutput": 11171
2796
- },
2797
- "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
2798
- "bytesInOutput": 866
2799
- },
2800
- "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
2801
- "bytesInOutput": 1220
2802
- },
2803
- "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
2804
- "bytesInOutput": 1183
2805
- },
2806
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
2807
- "bytesInOutput": 17102
2808
- },
2809
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
2810
- "bytesInOutput": 10762
2811
- },
2812
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
2813
- "bytesInOutput": 1406
2814
- },
2815
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
2816
- "bytesInOutput": 914
2817
- },
2818
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
2819
- "bytesInOutput": 5697
2820
- },
2821
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
2822
- "bytesInOutput": 7724
2823
- },
2824
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
2825
- "bytesInOutput": 3428
2826
- },
2827
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
2828
- "bytesInOutput": 893
2829
- },
2830
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
2831
- "bytesInOutput": 260
2832
- },
2833
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
2834
- "bytesInOutput": 1203
2835
- },
2836
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
2837
- "bytesInOutput": 1576
2838
- },
2839
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
2840
- "bytesInOutput": 386
2841
- },
2842
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
2843
- "bytesInOutput": 4568
2844
- },
2845
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
2846
- "bytesInOutput": 2832
2847
- },
2848
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
2849
- "bytesInOutput": 1133
2850
- },
2851
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
2852
- "bytesInOutput": 1538
2853
- },
2854
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
2855
- "bytesInOutput": 2579
2856
- },
2857
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
2858
- "bytesInOutput": 1891
2859
- },
2860
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
2861
- "bytesInOutput": 2128
2862
- },
2863
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
2864
- "bytesInOutput": 4087
2865
- },
2866
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
2867
- "bytesInOutput": 2739
2868
- },
2869
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
2870
- "bytesInOutput": 114
2871
- },
2872
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
2873
- "bytesInOutput": 116
2874
- },
2875
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
2876
- "bytesInOutput": 1636
2877
- },
2878
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
2879
- "bytesInOutput": 1035
2880
- },
2881
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
2882
- "bytesInOutput": 2177
2883
- },
2884
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
2885
- "bytesInOutput": 1808
2886
- },
2887
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
2888
- "bytesInOutput": 1509
2889
- },
2890
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
2891
- "bytesInOutput": 790
2892
- },
2893
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
2894
- "bytesInOutput": 810
2895
- },
2896
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
2897
- "bytesInOutput": 1911
2898
- },
2899
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
2900
- "bytesInOutput": 2073
2901
- },
2902
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
2903
- "bytesInOutput": 2535
2904
- },
2905
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
2906
- "bytesInOutput": 533
2907
- },
2908
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
2909
- "bytesInOutput": 459
2910
- },
2911
- "packages/terraform-tools/src/executors/output/executor.ts": {
2912
- "bytesInOutput": 199
2913
- },
2914
- "packages/terraform-tools/src/base/base-executor.ts": {
2915
- "bytesInOutput": 2688
2916
- }
2917
- },
2918
- "bytes": 157900
2919
- },
2920
- "dist/packages/terraform-tools/src/executors/plan/executor.js": {
2921
- "imports": [
2922
- {
2923
- "path": "path",
2924
- "kind": "require-call",
2925
- "external": true
2926
- },
2927
- {
2928
- "path": "fs",
2929
- "kind": "require-call",
2930
- "external": true
2931
- },
2932
- {
2933
- "path": "fs",
2934
- "kind": "require-call",
2935
- "external": true
2936
- },
2937
- {
2938
- "path": "path",
2939
- "kind": "require-call",
2940
- "external": true
2941
- },
2942
- {
2943
- "path": "util",
2944
- "kind": "require-call",
2945
- "external": true
2946
- },
2947
- {
2948
- "path": "fs",
2949
- "kind": "require-call",
2950
- "external": true
2951
- },
2952
- {
2953
- "path": "path",
2954
- "kind": "require-call",
2955
- "external": true
2956
- },
2957
- {
2958
- "path": "util",
2959
- "kind": "require-call",
2960
- "external": true
2961
- },
2962
- {
2963
- "path": "path",
2964
- "kind": "require-call",
2965
- "external": true
2966
- },
2967
- {
2968
- "path": "assert",
2969
- "kind": "require-call",
2970
- "external": true
2971
- },
2972
- {
2973
- "path": "events",
2974
- "kind": "require-call",
2975
- "external": true
2976
- },
2977
- {
2978
- "path": "path",
2979
- "kind": "require-call",
2980
- "external": true
2981
- },
2982
- {
2983
- "path": "assert",
2984
- "kind": "require-call",
2985
- "external": true
2986
- },
2987
- {
2988
- "path": "util",
2989
- "kind": "require-call",
2990
- "external": true
2991
- },
2992
- {
2993
- "path": "os",
2994
- "kind": "require-call",
2995
- "external": true
2996
- },
2997
- {
2998
- "path": "fs",
2999
- "kind": "require-call",
3000
- "external": true
3001
- },
3002
- {
3003
- "path": "fs",
3004
- "kind": "require-call",
3005
- "external": true
3006
- },
3007
- {
3008
- "path": "os",
3009
- "kind": "require-call",
3010
- "external": true
3011
- },
3012
- {
3013
- "path": "fs",
3014
- "kind": "require-call",
3015
- "external": true
3016
- },
3017
- {
3018
- "path": "path",
3019
- "kind": "require-call",
3020
- "external": true
3021
- },
3022
- {
3023
- "path": "fs",
3024
- "kind": "require-call",
3025
- "external": true
3026
- },
3027
- {
3028
- "path": "path",
3029
- "kind": "require-call",
3030
- "external": true
3031
- },
3032
- {
3033
- "path": "path",
3034
- "kind": "require-call",
3035
- "external": true
3036
- },
3037
- {
3038
- "path": "util",
3039
- "kind": "require-call",
3040
- "external": true
3041
- },
3042
- {
3043
- "path": "child_process",
3044
- "kind": "require-call",
3045
- "external": true
3046
- },
3047
- {
3048
- "path": "fs",
3049
- "kind": "require-call",
3050
- "external": true
3051
- },
3052
- {
3053
- "path": "os",
3054
- "kind": "require-call",
3055
- "external": true
3056
- },
3057
- {
3058
- "path": "fs",
3059
- "kind": "require-call",
3060
- "external": true
3061
- },
3062
- {
3063
- "path": "path",
3064
- "kind": "require-call",
3065
- "external": true
3066
- },
3067
- {
3068
- "path": "path",
3069
- "kind": "require-call",
3070
- "external": true
3071
- },
3072
- {
3073
- "path": "fs",
3074
- "kind": "require-call",
3075
- "external": true
3076
- },
3077
- {
3078
- "path": "child_process",
3079
- "kind": "require-call",
3080
- "external": true
3081
- },
3082
- {
3083
- "path": "path",
3084
- "kind": "require-call",
3085
- "external": true
3086
- },
3087
- {
3088
- "path": "fs",
3089
- "kind": "require-call",
3090
- "external": true
3091
- },
3092
- {
3093
- "path": "path",
3094
- "kind": "require-call",
3095
- "external": true
3096
- },
3097
- {
3098
- "path": "fs",
3099
- "kind": "require-call",
3100
- "external": true
3101
- },
3102
- {
3103
- "path": "fs",
3104
- "kind": "require-call",
3105
- "external": true
3106
- },
3107
- {
3108
- "path": "fs",
3109
- "kind": "require-call",
3110
- "external": true
3111
- },
3112
- {
3113
- "path": "path",
3114
- "kind": "require-call",
3115
- "external": true
3116
- },
3117
- {
3118
- "path": "fs",
3119
- "kind": "require-call",
3120
- "external": true
3121
- },
3122
- {
3123
- "path": "path",
3124
- "kind": "require-call",
3125
- "external": true
3126
- },
3127
- {
3128
- "path": "fs",
3129
- "kind": "require-call",
3130
- "external": true
3131
- },
3132
- {
3133
- "path": "fs",
3134
- "kind": "require-call",
3135
- "external": true
3136
- },
3137
- {
3138
- "path": "path",
3139
- "kind": "require-call",
3140
- "external": true
3141
- },
3142
- {
3143
- "path": "fs",
3144
- "kind": "require-call",
3145
- "external": true
3146
- },
3147
- {
3148
- "path": "fs",
3149
- "kind": "require-call",
3150
- "external": true
3151
- },
3152
- {
3153
- "path": "fs",
3154
- "kind": "require-call",
3155
- "external": true
3156
- },
3157
- {
3158
- "path": "fs",
3159
- "kind": "require-call",
3160
- "external": true
3161
- },
3162
- {
3163
- "path": "fs",
3164
- "kind": "require-call",
3165
- "external": true
3166
- },
3167
- {
3168
- "path": "path",
3169
- "kind": "require-call",
3170
- "external": true
3171
- },
3172
- {
3173
- "path": "fs",
3174
- "kind": "require-call",
3175
- "external": true
3176
- },
3177
- {
3178
- "path": "path",
3179
- "kind": "require-call",
3180
- "external": true
3181
- },
3182
- {
3183
- "path": "fs",
3184
- "kind": "require-call",
3185
- "external": true
3186
- },
3187
- {
3188
- "path": "fs",
3189
- "kind": "require-call",
3190
- "external": true
3191
- },
3192
- {
3193
- "path": "fs",
3194
- "kind": "require-call",
3195
- "external": true
3196
- },
3197
- {
3198
- "path": "path",
3199
- "kind": "require-call",
3200
- "external": true
3201
- },
3202
- {
3203
- "path": "@storm-software/config-tools",
3204
- "kind": "require-call",
3205
- "external": true
3206
- },
3207
- {
3208
- "path": "@storm-software/workspace-tools",
3209
- "kind": "require-call",
3210
- "external": true
3211
- }
3212
- ],
3213
- "exports": [],
3214
- "entryPoint": "packages/terraform-tools/src/executors/plan/executor.ts",
3215
- "inputs": {
3216
- "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/old.js": {
3217
- "bytesInOutput": 6181
3218
- },
3219
- "node_modules/.pnpm/fs.realpath@1.0.0/node_modules/fs.realpath/index.js": {
3220
- "bytesInOutput": 1645
3221
- },
3222
- "node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map/index.js": {
3223
- "bytesInOutput": 509
3224
- },
3225
- "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js": {
3226
- "bytesInOutput": 1569
3227
- },
3228
- "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
3229
- "bytesInOutput": 4549
3230
- },
3231
- "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
3232
- "bytesInOutput": 18225
3233
- },
3234
- "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js": {
3235
- "bytesInOutput": 932
3236
- },
3237
- "node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js": {
3238
- "bytesInOutput": 363
3239
- },
3240
- "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
3241
- "bytesInOutput": 699
3242
- },
3243
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
3244
- "bytesInOutput": 6400
3245
- },
3246
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
3247
- "bytesInOutput": 11171
3248
- },
3249
- "node_modules/.pnpm/wrappy@1.0.2/node_modules/wrappy/wrappy.js": {
3250
- "bytesInOutput": 866
3251
- },
3252
- "node_modules/.pnpm/once@1.4.0/node_modules/once/once.js": {
3253
- "bytesInOutput": 1220
3254
- },
3255
- "node_modules/.pnpm/inflight@1.0.6/node_modules/inflight/inflight.js": {
3256
- "bytesInOutput": 1183
3257
- },
3258
- "node_modules/.pnpm/glob@7.2.3/node_modules/glob/glob.js": {
3259
- "bytesInOutput": 17102
3260
- },
3261
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/common.js": {
3262
- "bytesInOutput": 10762
3263
- },
3264
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cat.js": {
3265
- "bytesInOutput": 1406
3266
- },
3267
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cd.js": {
3268
- "bytesInOutput": 914
3269
- },
3270
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/chmod.js": {
3271
- "bytesInOutput": 5697
3272
- },
3273
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/cp.js": {
3274
- "bytesInOutput": 7724
3275
- },
3276
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/dirs.js": {
3277
- "bytesInOutput": 3428
3278
- },
3279
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/echo.js": {
3280
- "bytesInOutput": 893
3281
- },
3282
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/error.js": {
3283
- "bytesInOutput": 260
3284
- },
3285
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec-child.js": {
3286
- "bytesInOutput": 1203
3287
- },
3288
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tempdir.js": {
3289
- "bytesInOutput": 1576
3290
- },
3291
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pwd.js": {
3292
- "bytesInOutput": 386
3293
- },
3294
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/exec.js": {
3295
- "bytesInOutput": 4568
3296
- },
3297
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ls.js": {
3298
- "bytesInOutput": 2832
3299
- },
3300
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/find.js": {
3301
- "bytesInOutput": 1133
3302
- },
3303
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/grep.js": {
3304
- "bytesInOutput": 1538
3305
- },
3306
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/head.js": {
3307
- "bytesInOutput": 2579
3308
- },
3309
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/ln.js": {
3310
- "bytesInOutput": 1891
3311
- },
3312
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mkdir.js": {
3313
- "bytesInOutput": 2128
3314
- },
3315
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/rm.js": {
3316
- "bytesInOutput": 4087
3317
- },
3318
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/mv.js": {
3319
- "bytesInOutput": 2739
3320
- },
3321
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/popd.js": {
3322
- "bytesInOutput": 114
3323
- },
3324
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/pushd.js": {
3325
- "bytesInOutput": 116
3326
- },
3327
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sed.js": {
3328
- "bytesInOutput": 1636
3329
- },
3330
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/set.js": {
3331
- "bytesInOutput": 1035
3332
- },
3333
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/sort.js": {
3334
- "bytesInOutput": 2177
3335
- },
3336
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/tail.js": {
3337
- "bytesInOutput": 1808
3338
- },
3339
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/test.js": {
3340
- "bytesInOutput": 1509
3341
- },
3342
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/to.js": {
3343
- "bytesInOutput": 790
3344
- },
3345
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/toEnd.js": {
3346
- "bytesInOutput": 810
3347
- },
3348
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/touch.js": {
3349
- "bytesInOutput": 1911
3350
- },
3351
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/uniq.js": {
3352
- "bytesInOutput": 2073
3353
- },
3354
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/src/which.js": {
3355
- "bytesInOutput": 2535
3356
- },
3357
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/commands.js": {
3358
- "bytesInOutput": 533
3359
- },
3360
- "node_modules/.pnpm/shelljs@0.8.5/node_modules/shelljs/shell.js": {
3361
- "bytesInOutput": 459
3362
- },
3363
- "packages/terraform-tools/src/executors/plan/executor.ts": {
3364
- "bytesInOutput": 197
3365
- },
3366
- "packages/terraform-tools/src/base/base-executor.ts": {
3367
- "bytesInOutput": 2688
3368
- }
3369
- },
3370
- "bytes": 157894
3371
- },
3372
- "dist/packages/terraform-tools/src/generators/init/init.js": {
3373
- "imports": [
3374
- {
3375
- "path": "@nx/devkit",
3376
- "kind": "require-call",
3377
- "external": true
3378
- },
3379
- {
3380
- "path": "@storm-software/workspace-tools",
3381
- "kind": "require-call",
3382
- "external": true
3383
- }
3384
- ],
3385
- "exports": [],
3386
- "entryPoint": "packages/terraform-tools/src/generators/init/init.ts",
3387
- "inputs": {
3388
- "packages/terraform-tools/src/generators/init/init.ts": {
3389
- "bytesInOutput": 529
3390
- }
3391
- },
3392
- "bytes": 1478
3393
- }
3394
- }
3395
- }