@intentius/behold 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/dist/cli.js +32 -22
- package/example-argo-estate/app-a/package.json +2 -2
- package/example-argo-estate/app-b/package.json +2 -2
- package/example-argo-estate/control-plane/package.json +2 -2
- package/example-argo-estate/package-lock.json +20 -20
- package/example-carve/README.md +74 -47
- package/example-carve/app/package-lock.json +9 -9
- package/example-carve/app/package.json +2 -2
- package/example-carve/carve-report.json +140 -50
- package/example-carve/legacy-tf/outputs.tf +9 -4
- package/example-flux-estate/app-a/package.json +2 -2
- package/example-flux-estate/app-b/package.json +2 -2
- package/example-flux-estate/control-plane/package.json +2 -2
- package/example-flux-estate/package-lock.json +20 -20
- package/example-k8s/package-lock.json +21 -21
- package/example-k8s/package.json +3 -3
- package/example-writes/package-lock.json +14 -14
- package/example-writes/package.json +3 -3
- package/package.json +1 -1
- package/web/carve-steps.js +12 -1
- package/web/carve-steps.test.js +15 -0
|
@@ -18,12 +18,14 @@
|
|
|
18
18
|
"breakdown": {
|
|
19
19
|
"inbound": 0,
|
|
20
20
|
"outbound": 0,
|
|
21
|
+
"outputs": 0,
|
|
21
22
|
"tier": 1,
|
|
22
23
|
"hasDynamic": false,
|
|
23
24
|
"instances": 1,
|
|
24
25
|
"penalties": {
|
|
25
26
|
"inbound": 0,
|
|
26
27
|
"outbound": 0,
|
|
28
|
+
"outputs": 0,
|
|
27
29
|
"tier": 0,
|
|
28
30
|
"dynamic": 0,
|
|
29
31
|
"instances": 0
|
|
@@ -37,18 +39,20 @@
|
|
|
37
39
|
{
|
|
38
40
|
"address": "aws_s3_bucket.assets",
|
|
39
41
|
"kind": "resource",
|
|
40
|
-
"score":
|
|
42
|
+
"score": 84,
|
|
41
43
|
"band": "clean leaf",
|
|
42
44
|
"mapsTo": "AWS::S3::Bucket",
|
|
43
45
|
"breakdown": {
|
|
44
46
|
"inbound": 1,
|
|
45
47
|
"outbound": 0,
|
|
48
|
+
"outputs": 1,
|
|
46
49
|
"tier": 1,
|
|
47
50
|
"hasDynamic": false,
|
|
48
51
|
"instances": 1,
|
|
49
52
|
"penalties": {
|
|
50
53
|
"inbound": -12,
|
|
51
54
|
"outbound": 0,
|
|
55
|
+
"outputs": -4,
|
|
52
56
|
"tier": 0,
|
|
53
57
|
"dynamic": 0,
|
|
54
58
|
"instances": 0
|
|
@@ -68,6 +72,19 @@
|
|
|
68
72
|
],
|
|
69
73
|
"bridge": "tf-data-source",
|
|
70
74
|
"required": "immediately"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"direction": "inbound",
|
|
78
|
+
"survivor": "output.assets_bucket",
|
|
79
|
+
"carved": "aws_s3_bucket.assets",
|
|
80
|
+
"attrs": [
|
|
81
|
+
"bucket"
|
|
82
|
+
],
|
|
83
|
+
"via": [
|
|
84
|
+
"value"
|
|
85
|
+
],
|
|
86
|
+
"bridge": "tf-output-rewrite",
|
|
87
|
+
"required": "immediately"
|
|
71
88
|
}
|
|
72
89
|
],
|
|
73
90
|
"outbound": []
|
|
@@ -81,12 +98,14 @@
|
|
|
81
98
|
"breakdown": {
|
|
82
99
|
"inbound": 0,
|
|
83
100
|
"outbound": 1,
|
|
101
|
+
"outputs": 0,
|
|
84
102
|
"tier": 2,
|
|
85
103
|
"hasDynamic": true,
|
|
86
104
|
"instances": 1,
|
|
87
105
|
"penalties": {
|
|
88
106
|
"inbound": 0,
|
|
89
107
|
"outbound": -4,
|
|
108
|
+
"outputs": 0,
|
|
90
109
|
"tier": -15,
|
|
91
110
|
"dynamic": -10,
|
|
92
111
|
"instances": 0
|
|
@@ -120,12 +139,14 @@
|
|
|
120
139
|
"breakdown": {
|
|
121
140
|
"inbound": 1,
|
|
122
141
|
"outbound": 1,
|
|
142
|
+
"outputs": 0,
|
|
123
143
|
"tier": 2,
|
|
124
144
|
"hasDynamic": false,
|
|
125
145
|
"instances": 1,
|
|
126
146
|
"penalties": {
|
|
127
147
|
"inbound": -12,
|
|
128
148
|
"outbound": -4,
|
|
149
|
+
"outputs": 0,
|
|
129
150
|
"tier": -15,
|
|
130
151
|
"dynamic": 0,
|
|
131
152
|
"instances": 0
|
|
@@ -173,12 +194,14 @@
|
|
|
173
194
|
"breakdown": {
|
|
174
195
|
"inbound": 0,
|
|
175
196
|
"outbound": 4,
|
|
197
|
+
"outputs": 0,
|
|
176
198
|
"tier": 2,
|
|
177
199
|
"hasDynamic": false,
|
|
178
200
|
"instances": 1,
|
|
179
201
|
"penalties": {
|
|
180
202
|
"inbound": 0,
|
|
181
203
|
"outbound": -16,
|
|
204
|
+
"outputs": 0,
|
|
182
205
|
"tier": -15,
|
|
183
206
|
"dynamic": 0,
|
|
184
207
|
"instances": 0
|
|
@@ -245,25 +268,41 @@
|
|
|
245
268
|
{
|
|
246
269
|
"address": "aws_lambda_function.api",
|
|
247
270
|
"kind": "resource",
|
|
248
|
-
"score":
|
|
271
|
+
"score": 61,
|
|
249
272
|
"band": "carvable w/ edits",
|
|
250
273
|
"mapsTo": "AWS::Lambda::Function",
|
|
251
274
|
"breakdown": {
|
|
252
275
|
"inbound": 0,
|
|
253
276
|
"outbound": 5,
|
|
277
|
+
"outputs": 1,
|
|
254
278
|
"tier": 2,
|
|
255
279
|
"hasDynamic": false,
|
|
256
280
|
"instances": 1,
|
|
257
281
|
"penalties": {
|
|
258
282
|
"inbound": 0,
|
|
259
283
|
"outbound": -20,
|
|
284
|
+
"outputs": -4,
|
|
260
285
|
"tier": -15,
|
|
261
286
|
"dynamic": 0,
|
|
262
287
|
"instances": 0
|
|
263
288
|
}
|
|
264
289
|
},
|
|
265
290
|
"boundary": {
|
|
266
|
-
"inbound": [
|
|
291
|
+
"inbound": [
|
|
292
|
+
{
|
|
293
|
+
"direction": "inbound",
|
|
294
|
+
"survivor": "output.api_function_name",
|
|
295
|
+
"carved": "aws_lambda_function.api",
|
|
296
|
+
"attrs": [
|
|
297
|
+
"function_name"
|
|
298
|
+
],
|
|
299
|
+
"via": [
|
|
300
|
+
"value"
|
|
301
|
+
],
|
|
302
|
+
"bridge": "tf-output-rewrite",
|
|
303
|
+
"required": "immediately"
|
|
304
|
+
}
|
|
305
|
+
],
|
|
267
306
|
"outbound": [
|
|
268
307
|
{
|
|
269
308
|
"direction": "outbound",
|
|
@@ -334,21 +373,23 @@
|
|
|
334
373
|
}
|
|
335
374
|
},
|
|
336
375
|
{
|
|
337
|
-
"address": "
|
|
376
|
+
"address": "aws_security_group.lambda",
|
|
338
377
|
"kind": "resource",
|
|
339
|
-
"score":
|
|
378
|
+
"score": 43,
|
|
340
379
|
"band": "leave in Terraform",
|
|
341
|
-
"mapsTo": "AWS::EC2::
|
|
380
|
+
"mapsTo": "AWS::EC2::SecurityGroup",
|
|
342
381
|
"breakdown": {
|
|
343
|
-
"inbound":
|
|
382
|
+
"inbound": 2,
|
|
344
383
|
"outbound": 2,
|
|
345
|
-
"
|
|
384
|
+
"outputs": 0,
|
|
385
|
+
"tier": 2,
|
|
346
386
|
"hasDynamic": true,
|
|
347
387
|
"instances": 1,
|
|
348
388
|
"penalties": {
|
|
349
|
-
"inbound": -
|
|
389
|
+
"inbound": -24,
|
|
350
390
|
"outbound": -8,
|
|
351
|
-
"
|
|
391
|
+
"outputs": 0,
|
|
392
|
+
"tier": -15,
|
|
352
393
|
"dynamic": -10,
|
|
353
394
|
"instances": 0
|
|
354
395
|
}
|
|
@@ -358,7 +399,7 @@
|
|
|
358
399
|
{
|
|
359
400
|
"direction": "inbound",
|
|
360
401
|
"survivor": "aws_lambda_function.api",
|
|
361
|
-
"carved": "
|
|
402
|
+
"carved": "aws_security_group.lambda",
|
|
362
403
|
"attrs": [
|
|
363
404
|
"id"
|
|
364
405
|
],
|
|
@@ -368,28 +409,15 @@
|
|
|
368
409
|
"bridge": "tf-data-source",
|
|
369
410
|
"required": "immediately"
|
|
370
411
|
},
|
|
371
|
-
{
|
|
372
|
-
"direction": "inbound",
|
|
373
|
-
"survivor": "aws_network_acl.private",
|
|
374
|
-
"carved": "aws_subnet.private_a",
|
|
375
|
-
"attrs": [
|
|
376
|
-
"id"
|
|
377
|
-
],
|
|
378
|
-
"via": [
|
|
379
|
-
"subnet_ids"
|
|
380
|
-
],
|
|
381
|
-
"bridge": "tf-data-source",
|
|
382
|
-
"required": "immediately"
|
|
383
|
-
},
|
|
384
412
|
{
|
|
385
413
|
"direction": "inbound",
|
|
386
414
|
"survivor": "aws_vpc_endpoint.ssm",
|
|
387
|
-
"carved": "
|
|
415
|
+
"carved": "aws_security_group.lambda",
|
|
388
416
|
"attrs": [
|
|
389
417
|
"id"
|
|
390
418
|
],
|
|
391
419
|
"via": [
|
|
392
|
-
"
|
|
420
|
+
"security_group_ids"
|
|
393
421
|
],
|
|
394
422
|
"bridge": "tf-data-source",
|
|
395
423
|
"required": "immediately"
|
|
@@ -399,7 +427,7 @@
|
|
|
399
427
|
{
|
|
400
428
|
"direction": "outbound",
|
|
401
429
|
"survivor": "aws_vpc.main",
|
|
402
|
-
"carved": "
|
|
430
|
+
"carved": "aws_security_group.lambda",
|
|
403
431
|
"attrs": [
|
|
404
432
|
"id"
|
|
405
433
|
],
|
|
@@ -412,12 +440,12 @@
|
|
|
412
440
|
{
|
|
413
441
|
"direction": "outbound",
|
|
414
442
|
"survivor": "random_pet.suffix",
|
|
415
|
-
"carved": "
|
|
443
|
+
"carved": "aws_security_group.lambda",
|
|
416
444
|
"attrs": [
|
|
417
445
|
"id"
|
|
418
446
|
],
|
|
419
447
|
"via": [
|
|
420
|
-
"
|
|
448
|
+
"name"
|
|
421
449
|
],
|
|
422
450
|
"bridge": "deferred-input",
|
|
423
451
|
"required": "at-apply"
|
|
@@ -426,20 +454,22 @@
|
|
|
426
454
|
}
|
|
427
455
|
},
|
|
428
456
|
{
|
|
429
|
-
"address": "aws_subnet.
|
|
457
|
+
"address": "aws_subnet.private_a",
|
|
430
458
|
"kind": "resource",
|
|
431
|
-
"score":
|
|
459
|
+
"score": 42,
|
|
432
460
|
"band": "leave in Terraform",
|
|
433
461
|
"mapsTo": "AWS::EC2::Subnet",
|
|
434
462
|
"breakdown": {
|
|
435
463
|
"inbound": 3,
|
|
436
464
|
"outbound": 2,
|
|
465
|
+
"outputs": 1,
|
|
437
466
|
"tier": 1,
|
|
438
467
|
"hasDynamic": true,
|
|
439
468
|
"instances": 1,
|
|
440
469
|
"penalties": {
|
|
441
470
|
"inbound": -36,
|
|
442
471
|
"outbound": -8,
|
|
472
|
+
"outputs": -4,
|
|
443
473
|
"tier": 0,
|
|
444
474
|
"dynamic": -10,
|
|
445
475
|
"instances": 0
|
|
@@ -450,7 +480,7 @@
|
|
|
450
480
|
{
|
|
451
481
|
"direction": "inbound",
|
|
452
482
|
"survivor": "aws_lambda_function.api",
|
|
453
|
-
"carved": "aws_subnet.
|
|
483
|
+
"carved": "aws_subnet.private_a",
|
|
454
484
|
"attrs": [
|
|
455
485
|
"id"
|
|
456
486
|
],
|
|
@@ -463,7 +493,7 @@
|
|
|
463
493
|
{
|
|
464
494
|
"direction": "inbound",
|
|
465
495
|
"survivor": "aws_network_acl.private",
|
|
466
|
-
"carved": "aws_subnet.
|
|
496
|
+
"carved": "aws_subnet.private_a",
|
|
467
497
|
"attrs": [
|
|
468
498
|
"id"
|
|
469
499
|
],
|
|
@@ -476,7 +506,7 @@
|
|
|
476
506
|
{
|
|
477
507
|
"direction": "inbound",
|
|
478
508
|
"survivor": "aws_vpc_endpoint.ssm",
|
|
479
|
-
"carved": "aws_subnet.
|
|
509
|
+
"carved": "aws_subnet.private_a",
|
|
480
510
|
"attrs": [
|
|
481
511
|
"id"
|
|
482
512
|
],
|
|
@@ -485,13 +515,26 @@
|
|
|
485
515
|
],
|
|
486
516
|
"bridge": "tf-data-source",
|
|
487
517
|
"required": "immediately"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"direction": "inbound",
|
|
521
|
+
"survivor": "output.private_subnet_ids",
|
|
522
|
+
"carved": "aws_subnet.private_a",
|
|
523
|
+
"attrs": [
|
|
524
|
+
"id"
|
|
525
|
+
],
|
|
526
|
+
"via": [
|
|
527
|
+
"value"
|
|
528
|
+
],
|
|
529
|
+
"bridge": "tf-output-rewrite",
|
|
530
|
+
"required": "immediately"
|
|
488
531
|
}
|
|
489
532
|
],
|
|
490
533
|
"outbound": [
|
|
491
534
|
{
|
|
492
535
|
"direction": "outbound",
|
|
493
536
|
"survivor": "aws_vpc.main",
|
|
494
|
-
"carved": "aws_subnet.
|
|
537
|
+
"carved": "aws_subnet.private_a",
|
|
495
538
|
"attrs": [
|
|
496
539
|
"id"
|
|
497
540
|
],
|
|
@@ -504,7 +547,7 @@
|
|
|
504
547
|
{
|
|
505
548
|
"direction": "outbound",
|
|
506
549
|
"survivor": "random_pet.suffix",
|
|
507
|
-
"carved": "aws_subnet.
|
|
550
|
+
"carved": "aws_subnet.private_a",
|
|
508
551
|
"attrs": [
|
|
509
552
|
"id"
|
|
510
553
|
],
|
|
@@ -518,21 +561,23 @@
|
|
|
518
561
|
}
|
|
519
562
|
},
|
|
520
563
|
{
|
|
521
|
-
"address": "
|
|
564
|
+
"address": "aws_subnet.private_b",
|
|
522
565
|
"kind": "resource",
|
|
523
|
-
"score":
|
|
566
|
+
"score": 42,
|
|
524
567
|
"band": "leave in Terraform",
|
|
525
|
-
"mapsTo": "AWS::EC2::
|
|
568
|
+
"mapsTo": "AWS::EC2::Subnet",
|
|
526
569
|
"breakdown": {
|
|
527
|
-
"inbound":
|
|
570
|
+
"inbound": 3,
|
|
528
571
|
"outbound": 2,
|
|
529
|
-
"
|
|
572
|
+
"outputs": 1,
|
|
573
|
+
"tier": 1,
|
|
530
574
|
"hasDynamic": true,
|
|
531
575
|
"instances": 1,
|
|
532
576
|
"penalties": {
|
|
533
|
-
"inbound": -
|
|
577
|
+
"inbound": -36,
|
|
534
578
|
"outbound": -8,
|
|
535
|
-
"
|
|
579
|
+
"outputs": -4,
|
|
580
|
+
"tier": 0,
|
|
536
581
|
"dynamic": -10,
|
|
537
582
|
"instances": 0
|
|
538
583
|
}
|
|
@@ -542,7 +587,7 @@
|
|
|
542
587
|
{
|
|
543
588
|
"direction": "inbound",
|
|
544
589
|
"survivor": "aws_lambda_function.api",
|
|
545
|
-
"carved": "
|
|
590
|
+
"carved": "aws_subnet.private_b",
|
|
546
591
|
"attrs": [
|
|
547
592
|
"id"
|
|
548
593
|
],
|
|
@@ -552,25 +597,51 @@
|
|
|
552
597
|
"bridge": "tf-data-source",
|
|
553
598
|
"required": "immediately"
|
|
554
599
|
},
|
|
600
|
+
{
|
|
601
|
+
"direction": "inbound",
|
|
602
|
+
"survivor": "aws_network_acl.private",
|
|
603
|
+
"carved": "aws_subnet.private_b",
|
|
604
|
+
"attrs": [
|
|
605
|
+
"id"
|
|
606
|
+
],
|
|
607
|
+
"via": [
|
|
608
|
+
"subnet_ids"
|
|
609
|
+
],
|
|
610
|
+
"bridge": "tf-data-source",
|
|
611
|
+
"required": "immediately"
|
|
612
|
+
},
|
|
555
613
|
{
|
|
556
614
|
"direction": "inbound",
|
|
557
615
|
"survivor": "aws_vpc_endpoint.ssm",
|
|
558
|
-
"carved": "
|
|
616
|
+
"carved": "aws_subnet.private_b",
|
|
559
617
|
"attrs": [
|
|
560
618
|
"id"
|
|
561
619
|
],
|
|
562
620
|
"via": [
|
|
563
|
-
"
|
|
621
|
+
"subnet_ids"
|
|
564
622
|
],
|
|
565
623
|
"bridge": "tf-data-source",
|
|
566
624
|
"required": "immediately"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"direction": "inbound",
|
|
628
|
+
"survivor": "output.private_subnet_ids",
|
|
629
|
+
"carved": "aws_subnet.private_b",
|
|
630
|
+
"attrs": [
|
|
631
|
+
"id"
|
|
632
|
+
],
|
|
633
|
+
"via": [
|
|
634
|
+
"value"
|
|
635
|
+
],
|
|
636
|
+
"bridge": "tf-output-rewrite",
|
|
637
|
+
"required": "immediately"
|
|
567
638
|
}
|
|
568
639
|
],
|
|
569
640
|
"outbound": [
|
|
570
641
|
{
|
|
571
642
|
"direction": "outbound",
|
|
572
643
|
"survivor": "aws_vpc.main",
|
|
573
|
-
"carved": "
|
|
644
|
+
"carved": "aws_subnet.private_b",
|
|
574
645
|
"attrs": [
|
|
575
646
|
"id"
|
|
576
647
|
],
|
|
@@ -583,12 +654,12 @@
|
|
|
583
654
|
{
|
|
584
655
|
"direction": "outbound",
|
|
585
656
|
"survivor": "random_pet.suffix",
|
|
586
|
-
"carved": "
|
|
657
|
+
"carved": "aws_subnet.private_b",
|
|
587
658
|
"attrs": [
|
|
588
659
|
"id"
|
|
589
660
|
],
|
|
590
661
|
"via": [
|
|
591
|
-
"
|
|
662
|
+
"tags"
|
|
592
663
|
],
|
|
593
664
|
"bridge": "deferred-input",
|
|
594
665
|
"required": "at-apply"
|
|
@@ -599,18 +670,20 @@
|
|
|
599
670
|
{
|
|
600
671
|
"address": "aws_vpc.main",
|
|
601
672
|
"kind": "resource",
|
|
602
|
-
"score":
|
|
673
|
+
"score": 32,
|
|
603
674
|
"band": "leave in Terraform",
|
|
604
675
|
"mapsTo": "AWS::EC2::VPC",
|
|
605
676
|
"breakdown": {
|
|
606
677
|
"inbound": 5,
|
|
607
678
|
"outbound": 1,
|
|
679
|
+
"outputs": 1,
|
|
608
680
|
"tier": 1,
|
|
609
681
|
"hasDynamic": false,
|
|
610
682
|
"instances": 1,
|
|
611
683
|
"penalties": {
|
|
612
684
|
"inbound": -60,
|
|
613
685
|
"outbound": -4,
|
|
686
|
+
"outputs": -4,
|
|
614
687
|
"tier": 0,
|
|
615
688
|
"dynamic": 0,
|
|
616
689
|
"instances": 0
|
|
@@ -682,6 +755,19 @@
|
|
|
682
755
|
],
|
|
683
756
|
"bridge": "tf-data-source",
|
|
684
757
|
"required": "immediately"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"direction": "inbound",
|
|
761
|
+
"survivor": "output.vpc_id",
|
|
762
|
+
"carved": "aws_vpc.main",
|
|
763
|
+
"attrs": [
|
|
764
|
+
"id"
|
|
765
|
+
],
|
|
766
|
+
"via": [
|
|
767
|
+
"value"
|
|
768
|
+
],
|
|
769
|
+
"bridge": "tf-output-rewrite",
|
|
770
|
+
"required": "immediately"
|
|
685
771
|
}
|
|
686
772
|
],
|
|
687
773
|
"outbound": [
|
|
@@ -709,12 +795,14 @@
|
|
|
709
795
|
"breakdown": {
|
|
710
796
|
"inbound": 0,
|
|
711
797
|
"outbound": 3,
|
|
798
|
+
"outputs": 0,
|
|
712
799
|
"tier": null,
|
|
713
800
|
"hasDynamic": false,
|
|
714
801
|
"instances": 1,
|
|
715
802
|
"penalties": {
|
|
716
803
|
"inbound": 0,
|
|
717
804
|
"outbound": 0,
|
|
805
|
+
"outputs": 0,
|
|
718
806
|
"tier": 0,
|
|
719
807
|
"dynamic": 0,
|
|
720
808
|
"instances": 0
|
|
@@ -773,12 +861,14 @@
|
|
|
773
861
|
"breakdown": {
|
|
774
862
|
"inbound": 6,
|
|
775
863
|
"outbound": 0,
|
|
864
|
+
"outputs": 0,
|
|
776
865
|
"tier": null,
|
|
777
866
|
"hasDynamic": false,
|
|
778
867
|
"instances": 1,
|
|
779
868
|
"penalties": {
|
|
780
869
|
"inbound": 0,
|
|
781
870
|
"outbound": 0,
|
|
871
|
+
"outputs": 0,
|
|
782
872
|
"tier": 0,
|
|
783
873
|
"dynamic": 0,
|
|
784
874
|
"instances": 0
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
# Outputs are
|
|
2
|
-
# `
|
|
3
|
-
#
|
|
4
|
-
#
|
|
1
|
+
# Outputs are boundary edges now (chant#1638): `chant carve advise` reads
|
|
2
|
+
# `output` blocks and scores each one a survivor reads across the cut, at -4,
|
|
3
|
+
# `bridge: "tf-output-rewrite"`. `assets_bucket` is deliberate — a downstream
|
|
4
|
+
# consumer of this state reads the bucket name today, so the carve has to
|
|
5
|
+
# rewrite that output the same way it rewrites `cdn.tf`'s data source.
|
|
6
|
+
|
|
7
|
+
output "assets_bucket" {
|
|
8
|
+
value = aws_s3_bucket.assets.bucket
|
|
9
|
+
}
|
|
5
10
|
|
|
6
11
|
output "api_function_name" {
|
|
7
12
|
value = aws_lambda_function.api.function_name
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"app-a": {
|
|
15
15
|
"name": "behold-example-flux-app-a",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@intentius/chant": "^0.44.
|
|
18
|
-
"@intentius/chant-lexicon-k8s": "^0.44.
|
|
17
|
+
"@intentius/chant": "^0.44.7",
|
|
18
|
+
"@intentius/chant-lexicon-k8s": "^0.44.7"
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"app-b": {
|
|
22
22
|
"name": "behold-example-flux-app-b",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@intentius/chant": "^0.44.
|
|
25
|
-
"@intentius/chant-lexicon-k8s": "^0.44.
|
|
24
|
+
"@intentius/chant": "^0.44.7",
|
|
25
|
+
"@intentius/chant-lexicon-k8s": "^0.44.7"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"control-plane": {
|
|
29
29
|
"name": "behold-example-flux-control-plane",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@intentius/chant": "^0.44.
|
|
32
|
-
"@intentius/chant-lexicon-k8s": "^0.44.
|
|
31
|
+
"@intentius/chant": "^0.44.7",
|
|
32
|
+
"@intentius/chant-lexicon-k8s": "^0.44.7"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"node_modules/@dagrejs/dagre": {
|
|
@@ -464,9 +464,9 @@
|
|
|
464
464
|
}
|
|
465
465
|
},
|
|
466
466
|
"node_modules/@intentius/chant": {
|
|
467
|
-
"version": "0.44.
|
|
468
|
-
"resolved": "https://registry.npmjs.org/@intentius/chant/-/chant-0.44.
|
|
469
|
-
"integrity": "sha512-
|
|
467
|
+
"version": "0.44.7",
|
|
468
|
+
"resolved": "https://registry.npmjs.org/@intentius/chant/-/chant-0.44.7.tgz",
|
|
469
|
+
"integrity": "sha512-etCchkfbWFHJ+XnTYVVn9GT4/gZi/O8SVphDXHeuPOfK5VvRxo0unveIUEsuRoHGHgzN9Y+aj0Jk15xhIE7Gzg==",
|
|
470
470
|
"license": "Apache-2.0",
|
|
471
471
|
"dependencies": {
|
|
472
472
|
"@dagrejs/dagre": "^3.0.0",
|
|
@@ -482,9 +482,9 @@
|
|
|
482
482
|
}
|
|
483
483
|
},
|
|
484
484
|
"node_modules/@intentius/chant-k8s-client": {
|
|
485
|
-
"version": "0.44.
|
|
486
|
-
"resolved": "https://registry.npmjs.org/@intentius/chant-k8s-client/-/chant-k8s-client-0.44.
|
|
487
|
-
"integrity": "sha512-
|
|
485
|
+
"version": "0.44.7",
|
|
486
|
+
"resolved": "https://registry.npmjs.org/@intentius/chant-k8s-client/-/chant-k8s-client-0.44.7.tgz",
|
|
487
|
+
"integrity": "sha512-G9VVki/qHZ+hbKrxDDnVVhfeZWoHgozLA7tjcY/lsa/fDIwI0xMJnAN/DJNcQLBpRscXm3y3Ki/PNQ9SxshmLA==",
|
|
488
488
|
"license": "Apache-2.0",
|
|
489
489
|
"optional": true,
|
|
490
490
|
"dependencies": {
|
|
@@ -492,19 +492,19 @@
|
|
|
492
492
|
}
|
|
493
493
|
},
|
|
494
494
|
"node_modules/@intentius/chant-lexicon-k8s": {
|
|
495
|
-
"version": "0.44.
|
|
496
|
-
"resolved": "https://registry.npmjs.org/@intentius/chant-lexicon-k8s/-/chant-lexicon-k8s-0.44.
|
|
497
|
-
"integrity": "sha512-
|
|
495
|
+
"version": "0.44.7",
|
|
496
|
+
"resolved": "https://registry.npmjs.org/@intentius/chant-lexicon-k8s/-/chant-lexicon-k8s-0.44.7.tgz",
|
|
497
|
+
"integrity": "sha512-h8QXOYoxjsAeA1w8koLQlZqOuSQcvWpEHKmwlf0AKPgwuVRiapwJI+UtuoBwL/AOrBKDh6Z5pW3zbo6vDltGvA==",
|
|
498
498
|
"license": "Apache-2.0",
|
|
499
499
|
"dependencies": {
|
|
500
500
|
"@types/js-yaml": "^4.0.9",
|
|
501
501
|
"js-yaml": "^4.1.1"
|
|
502
502
|
},
|
|
503
503
|
"optionalDependencies": {
|
|
504
|
-
"@intentius/chant-k8s-client": "^0.44.
|
|
504
|
+
"@intentius/chant-k8s-client": "^0.44.7"
|
|
505
505
|
},
|
|
506
506
|
"peerDependencies": {
|
|
507
|
-
"@intentius/chant": "^0.44.
|
|
507
|
+
"@intentius/chant": "^0.44.7",
|
|
508
508
|
"typescript": "^5.9.3",
|
|
509
509
|
"zod": "^4.3.6"
|
|
510
510
|
}
|
|
@@ -1071,9 +1071,9 @@
|
|
|
1071
1071
|
}
|
|
1072
1072
|
},
|
|
1073
1073
|
"node_modules/ip-address": {
|
|
1074
|
-
"version": "10.
|
|
1075
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.
|
|
1076
|
-
"integrity": "sha512-
|
|
1074
|
+
"version": "10.5.0",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.5.0.tgz",
|
|
1076
|
+
"integrity": "sha512-R5SnVLJmgYYvf2F2ZgwSBnelz5G4q5AxIC277GDfUaNbrZKNANcBC7RHqYYePlszf4kBolVkJauG0ZjHHFh55g==",
|
|
1077
1077
|
"license": "MIT",
|
|
1078
1078
|
"optional": true,
|
|
1079
1079
|
"engines": {
|