-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput.txt
984 lines (984 loc) · 161 KB
/
output.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
digraph {
compound = "true"
newrank = "true"
subgraph "root" {
"[root] module.API_GATE_WAY.aws_api_gateway_authorizer.cognito (expand)" [label = "module.API_GATE_WAY.aws_api_gateway_authorizer.cognito", shape = "box"]
"[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)" [label = "module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api", shape = "box"]
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration.lambda_integration (expand)" [label = "module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration.lambda_integration", shape = "box"]
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration_response.login_integration_response_1 (expand)" [label = "module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration_response.login_integration_response_1", shape = "box"]
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_method.post_method (expand)" [label = "module.API_GATE_WAY.module.identityadd.aws_api_gateway_method.post_method", shape = "box"]
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_method_response.identityadd_response_1 (expand)" [label = "module.API_GATE_WAY.module.identityadd.aws_api_gateway_method_response.identityadd_response_1", shape = "box"]
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_resource.identityadd (expand)" [label = "module.API_GATE_WAY.module.identityadd.aws_api_gateway_resource.identityadd", shape = "box"]
"[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_integration.options (expand)" [label = "module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_integration.options", shape = "box"]
"[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_integration_response.options (expand)" [label = "module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_integration_response.options", shape = "box"]
"[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_method.options (expand)" [label = "module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_method.options", shape = "box"]
"[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_method_response.options (expand)" [label = "module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_method_response.options", shape = "box"]
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_integration.lambda_integration (expand)" [label = "module.API_GATE_WAY.module.login.aws_api_gateway_integration.lambda_integration", shape = "box"]
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_integration_response.login_integration_response_1 (expand)" [label = "module.API_GATE_WAY.module.login.aws_api_gateway_integration_response.login_integration_response_1", shape = "box"]
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_method.post_method (expand)" [label = "module.API_GATE_WAY.module.login.aws_api_gateway_method.post_method", shape = "box"]
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_method_response.login_response_1 (expand)" [label = "module.API_GATE_WAY.module.login.aws_api_gateway_method_response.login_response_1", shape = "box"]
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_resource.login (expand)" [label = "module.API_GATE_WAY.module.login.aws_api_gateway_resource.login", shape = "box"]
"[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_integration.options (expand)" [label = "module.API_GATE_WAY.module.login.module.options.aws_api_gateway_integration.options", shape = "box"]
"[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_integration_response.options (expand)" [label = "module.API_GATE_WAY.module.login.module.options.aws_api_gateway_integration_response.options", shape = "box"]
"[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_method.options (expand)" [label = "module.API_GATE_WAY.module.login.module.options.aws_api_gateway_method.options", shape = "box"]
"[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_method_response.options (expand)" [label = "module.API_GATE_WAY.module.login.module.options.aws_api_gateway_method_response.options", shape = "box"]
"[root] module.API_GATE_WAY.module.results.aws_api_gateway_resource.agggrad (expand)" [label = "module.API_GATE_WAY.module.results.aws_api_gateway_resource.agggrad", shape = "box"]
"[root] module.API_GATE_WAY.module.results.aws_api_gateway_resource.results (expand)" [label = "module.API_GATE_WAY.module.results.aws_api_gateway_resource.results", shape = "box"]
"[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_integration.lambda_integration_1 (expand)" [label = "module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_integration.lambda_integration_1", shape = "box"]
"[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)" [label = "module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_integration_response.runs_integration_response_2", shape = "box"]
"[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_method.get_method (expand)" [label = "module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_method.get_method", shape = "box"]
"[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_method_response.runs_response_2 (expand)" [label = "module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_method_response.runs_response_2", shape = "box"]
"[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" [label = "module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_integration.lambda_integration_1", shape = "box"]
"[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)" [label = "module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2", shape = "box"]
"[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_method.post_method (expand)" [label = "module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_method.post_method", shape = "box"]
"[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_method_response.runs_response_2 (expand)" [label = "module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_method_response.runs_response_2", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.aws_api_gateway_resource.runs (expand)" [label = "module.API_GATE_WAY.module.runs.aws_api_gateway_resource.runs", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration.lambda_integration (expand)" [label = "module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration.lambda_integration", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration_response.runs_integration_response_1 (expand)" [label = "module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration_response.runs_integration_response_1", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_method.get_method (expand)" [label = "module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_method.get_method", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_method_response.runs_response_1 (expand)" [label = "module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_method_response.runs_response_1", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" [label = "module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration.lambda_integration_1", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)" [label = "module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_method.post_method (expand)" [label = "module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_method.post_method", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_method_response.runs_response_2 (expand)" [label = "module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_method_response.runs_response_2", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_integration.options (expand)" [label = "module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_integration.options", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_integration_response.options (expand)" [label = "module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_integration_response.options", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_method.options (expand)" [label = "module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_method.options", shape = "box"]
"[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_method_response.options (expand)" [label = "module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_method_response.options", shape = "box"]
"[root] module.API_GATE_WAY.module.runs_update.aws_api_gateway_resource.runs (expand)" [label = "module.API_GATE_WAY.module.runs_update.aws_api_gateway_resource.runs", shape = "box"]
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" [label = "module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration.lambda_integration_1", shape = "box"]
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)" [label = "module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2", shape = "box"]
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_method.post_method (expand)" [label = "module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_method.post_method", shape = "box"]
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_method_response.runs_response_2 (expand)" [label = "module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_method_response.runs_response_2", shape = "box"]
"[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_integration.options (expand)" [label = "module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_integration.options", shape = "box"]
"[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_integration_response.options (expand)" [label = "module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_integration_response.options", shape = "box"]
"[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_method.options (expand)" [label = "module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_method.options", shape = "box"]
"[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_method_response.options (expand)" [label = "module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_method_response.options", shape = "box"]
"[root] module.API_GATE_WAY.module.user_activation.aws_api_gateway_resource.runs (expand)" [label = "module.API_GATE_WAY.module.user_activation.aws_api_gateway_resource.runs", shape = "box"]
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" [label = "module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_integration.lambda_integration_1", shape = "box"]
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)" [label = "module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2", shape = "box"]
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_method.post_method (expand)" [label = "module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_method.post_method", shape = "box"]
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_method_response.runs_response_2 (expand)" [label = "module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_method_response.runs_response_2", shape = "box"]
"[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_integration.options (expand)" [label = "module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_integration.options", shape = "box"]
"[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_integration_response.options (expand)" [label = "module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_integration_response.options", shape = "box"]
"[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_method.options (expand)" [label = "module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_method.options", shape = "box"]
"[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_method_response.options (expand)" [label = "module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_method_response.options", shape = "box"]
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration.lambda_integration (expand)" [label = "module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration.lambda_integration", shape = "box"]
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration_response.runs_integration_response_1 (expand)" [label = "module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration_response.runs_integration_response_1", shape = "box"]
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_method.get_method (expand)" [label = "module.API_GATE_WAY.module.user_runs.aws_api_gateway_method.get_method", shape = "box"]
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_method_response.runs_response_1 (expand)" [label = "module.API_GATE_WAY.module.user_runs.aws_api_gateway_method_response.runs_response_1", shape = "box"]
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_resource.user_runs (expand)" [label = "module.API_GATE_WAY.module.user_runs.aws_api_gateway_resource.user_runs", shape = "box"]
"[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_integration.options (expand)" [label = "module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_integration.options", shape = "box"]
"[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_integration_response.options (expand)" [label = "module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_integration_response.options", shape = "box"]
"[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_method.options (expand)" [label = "module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_method.options", shape = "box"]
"[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_method_response.options (expand)" [label = "module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_method_response.options", shape = "box"]
"[root] module.Cognito_lambda_IAM_roles.aws_iam_policy.inline_policy (expand)" [label = "module.Cognito_lambda_IAM_roles.aws_iam_policy.inline_policy", shape = "box"]
"[root] module.Cognito_lambda_IAM_roles.aws_iam_role.lambda_execution_role (expand)" [label = "module.Cognito_lambda_IAM_roles.aws_iam_role.lambda_execution_role", shape = "box"]
"[root] module.Cognito_lambda_IAM_roles.aws_iam_role_policy_attachment.attach_inline_policy (expand)" [label = "module.Cognito_lambda_IAM_roles.aws_iam_role_policy_attachment.attach_inline_policy", shape = "box"]
"[root] module.Cognito_lambda_IAM_roles.aws_iam_role_policy_attachment.lambda_execution_policy_attachment (expand)" [label = "module.Cognito_lambda_IAM_roles.aws_iam_role_policy_attachment.lambda_execution_policy_attachment", shape = "box"]
"[root] module.Cognito_lambda_function.aws_lambda_function.Cognito_lambda_function (expand)" [label = "module.Cognito_lambda_function.aws_lambda_function.Cognito_lambda_function", shape = "box"]
"[root] module.Dynamo_tables.module.active.aws_dynamodb_table.active_users (expand)" [label = "module.Dynamo_tables.module.active.aws_dynamodb_table.active_users", shape = "box"]
"[root] module.Dynamo_tables.module.last_activiy.aws_dynamodb_table.last_active (expand)" [label = "module.Dynamo_tables.module.last_activiy.aws_dynamodb_table.last_active", shape = "box"]
"[root] module.Dynamo_tables.module.results.aws_dynamodb_table.results (expand)" [label = "module.Dynamo_tables.module.results.aws_dynamodb_table.results", shape = "box"]
"[root] module.Dynamo_tables.module.runs.aws_dynamodb_table.runs (expand)" [label = "module.Dynamo_tables.module.runs.aws_dynamodb_table.runs", shape = "box"]
"[root] module.Dynamo_tables.module.user_runs.aws_dynamodb_table.user_runs (expand)" [label = "module.Dynamo_tables.module.user_runs.aws_dynamodb_table.user_runs", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy (expand)" [label = "module.api_lambda_invocation_role.aws_iam_policy.inline_policy", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_1 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_policy.inline_policy_1", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_2 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_policy.inline_policy_2", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_3 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_policy.inline_policy_3", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_4 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_policy.inline_policy_4", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_5 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_policy.inline_policy_5", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_1 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_1", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_2 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_2", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_3 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_3", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_4 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_4", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_5 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_5", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_1 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_1", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_2 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_2", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_3 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_3", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_4 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_4", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_5 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_5", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_1 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_1", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_2 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_2", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_3 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_3", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_4 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_4", shape = "box"]
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_5 (expand)" [label = "module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_5", shape = "box"]
"[root] module.cognito_list_users_lambda.aws_lambda_function.Runs_lambda_function (expand)" [label = "module.cognito_list_users_lambda.aws_lambda_function.Runs_lambda_function", shape = "box"]
"[root] module.cognito_list_users_lambda_IAM_role.aws_iam_policy.inline_policy (expand)" [label = "module.cognito_list_users_lambda_IAM_role.aws_iam_policy.inline_policy", shape = "box"]
"[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role.lambda_execution_role (expand)" [label = "module.cognito_list_users_lambda_IAM_role.aws_iam_role.lambda_execution_role", shape = "box"]
"[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)" [label = "module.cognito_list_users_lambda_IAM_role.aws_iam_role_policy_attachment.attach_inline_policy", shape = "box"]
"[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role_policy_attachment.lambda_execution_policy_attachment (expand)" [label = "module.cognito_list_users_lambda_IAM_role.aws_iam_role_policy_attachment.lambda_execution_policy_attachment", shape = "box"]
"[root] module.cognito_user_pool.aws_cognito_user_pool.pool (expand)" [label = "module.cognito_user_pool.aws_cognito_user_pool.pool", shape = "box"]
"[root] module.cognito_user_pool.aws_cognito_user_pool_client.app_client (expand)" [label = "module.cognito_user_pool.aws_cognito_user_pool_client.app_client", shape = "box"]
"[root] module.cognito_user_pool.aws_cognito_user_pool_domain.pool_domain (expand)" [label = "module.cognito_user_pool.aws_cognito_user_pool_domain.pool_domain", shape = "box"]
"[root] module.cognito_user_pool.data.aws_ses_email_identity.SES_EMAIL_ARN (expand)" [label = "module.cognito_user_pool.data.aws_ses_email_identity.SES_EMAIL_ARN", shape = "box"]
"[root] module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function (expand)" [label = "module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function", shape = "box"]
"[root] module.results_lambda.module.GET_RESULTS.data.aws_caller_identity.current (expand)" [label = "module.results_lambda.module.GET_RESULTS.data.aws_caller_identity.current", shape = "box"]
"[root] module.results_lambda.module.GET_RESULTS.data.aws_region.current (expand)" [label = "module.results_lambda.module.GET_RESULTS.data.aws_region.current", shape = "box"]
"[root] module.results_lambda.module.POST_RESULTS.aws_lambda_function.post_results_lambda_function (expand)" [label = "module.results_lambda.module.POST_RESULTS.aws_lambda_function.post_results_lambda_function", shape = "box"]
"[root] module.runs_lambda.aws_lambda_function.Runs_lambda_function (expand)" [label = "module.runs_lambda.aws_lambda_function.Runs_lambda_function", shape = "box"]
"[root] module.runs_lambda_IAM_role.aws_iam_policy.inline_policy (expand)" [label = "module.runs_lambda_IAM_role.aws_iam_policy.inline_policy", shape = "box"]
"[root] module.runs_lambda_IAM_role.aws_iam_role.lambda_execution_role (expand)" [label = "module.runs_lambda_IAM_role.aws_iam_role.lambda_execution_role", shape = "box"]
"[root] module.runs_lambda_IAM_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)" [label = "module.runs_lambda_IAM_role.aws_iam_role_policy_attachment.attach_inline_policy", shape = "box"]
"[root] module.runs_lambda_IAM_role.aws_iam_role_policy_attachment.lambda_execution_policy_attachment (expand)" [label = "module.runs_lambda_IAM_role.aws_iam_role_policy_attachment.lambda_execution_policy_attachment", shape = "box"]
"[root] module.user_activiy_lambda.aws_lambda_function.user_activity_lambda_function (expand)" [label = "module.user_activiy_lambda.aws_lambda_function.user_activity_lambda_function", shape = "box"]
"[root] provider[\"registry.terraform.io/hashicorp/aws\"]" [label = "provider[\"registry.terraform.io/hashicorp/aws\"]", shape = "diamond"]
"[root] var.SNS_email" [label = "var.SNS_email", shape = "note"]
"[root] var.amplify_url" [label = "var.amplify_url", shape = "note"]
"[root] var.aws_region" [label = "var.aws_region", shape = "note"]
"[root] var.user_pool_name" [label = "var.user_pool_name", shape = "note"]
"[root] module.API_GATE_WAY (close)" -> "[root] module.API_GATE_WAY.module.identityadd (close)"
"[root] module.API_GATE_WAY (close)" -> "[root] module.API_GATE_WAY.module.login (close)"
"[root] module.API_GATE_WAY (close)" -> "[root] module.API_GATE_WAY.module.results (close)"
"[root] module.API_GATE_WAY (close)" -> "[root] module.API_GATE_WAY.module.runs (close)"
"[root] module.API_GATE_WAY (close)" -> "[root] module.API_GATE_WAY.module.runs_update (close)"
"[root] module.API_GATE_WAY (close)" -> "[root] module.API_GATE_WAY.module.user_activation (close)"
"[root] module.API_GATE_WAY (close)" -> "[root] module.API_GATE_WAY.module.user_runs (close)"
"[root] module.API_GATE_WAY.aws_api_gateway_authorizer.cognito (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.aws_api_gateway_authorizer.cognito (expand)" -> "[root] module.API_GATE_WAY.var.cognito_user_pool_arn (expand)"
"[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.API_GATE_WAY.module.identityadd (close)" -> "[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration.lambda_integration (expand)"
"[root] module.API_GATE_WAY.module.identityadd (close)" -> "[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration_response.login_integration_response_1 (expand)"
"[root] module.API_GATE_WAY.module.identityadd (close)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options (close)"
"[root] module.API_GATE_WAY.module.identityadd (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration.lambda_integration (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_method.post_method (expand)"
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration.lambda_integration (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.var.API_gateway_lamda_auth_arn (expand)"
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration.lambda_integration (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration_response.login_integration_response_1 (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_method_response.identityadd_response_1 (expand)"
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration_response.login_integration_response_1 (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_resource.identityadd (expand)"
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_method_response.identityadd_response_1 (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_method.post_method (expand)"
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_resource.identityadd (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.var.parent_id (expand)"
"[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_resource.identityadd (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options (close)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_integration_response.options (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options (close)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_method_response.options (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options (expand)" -> "[root] module.API_GATE_WAY.module.identityadd (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_integration.options (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options.var.resource_id (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_integration.options (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_integration_response.options (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_integration.options (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_integration_response.options (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_method.options (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options.var.resource_id (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_method.options (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_method_response.options (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_method.options (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.var.resource_id (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_resource.identityadd (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.var.resource_id (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options (expand)"
"[root] module.API_GATE_WAY.module.identityadd.module.options.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.identityadd.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.identityadd.var.API_gateway_lamda_auth_arn (expand)" -> "[root] module.API_GATE_WAY.module.identityadd (expand)"
"[root] module.API_GATE_WAY.module.identityadd.var.API_gateway_lamda_auth_arn (expand)" -> "[root] module.API_GATE_WAY.var.API_gateway_lamda_auth_arn (expand)"
"[root] module.API_GATE_WAY.module.identityadd.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.identityadd (expand)"
"[root] module.API_GATE_WAY.module.identityadd.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.identityadd.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.identityadd (expand)"
"[root] module.API_GATE_WAY.module.identityadd.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.var.Cognito_lambda_function_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.module.identityadd.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.identityadd.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.module.identityadd (expand)"
"[root] module.API_GATE_WAY.module.identityadd.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.identityadd.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.identityadd (expand)"
"[root] module.API_GATE_WAY.module.login (close)" -> "[root] module.API_GATE_WAY.module.login.aws_api_gateway_integration.lambda_integration (expand)"
"[root] module.API_GATE_WAY.module.login (close)" -> "[root] module.API_GATE_WAY.module.login.aws_api_gateway_integration_response.login_integration_response_1 (expand)"
"[root] module.API_GATE_WAY.module.login (close)" -> "[root] module.API_GATE_WAY.module.login.module.options (close)"
"[root] module.API_GATE_WAY.module.login (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_integration.lambda_integration (expand)" -> "[root] module.API_GATE_WAY.module.login.aws_api_gateway_method.post_method (expand)"
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_integration.lambda_integration (expand)" -> "[root] module.API_GATE_WAY.module.login.var.API_gateway_lamda_auth_arn (expand)"
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_integration.lambda_integration (expand)" -> "[root] module.API_GATE_WAY.module.login.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_integration_response.login_integration_response_1 (expand)" -> "[root] module.API_GATE_WAY.module.login.aws_api_gateway_method_response.login_response_1 (expand)"
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_integration_response.login_integration_response_1 (expand)" -> "[root] module.API_GATE_WAY.module.login.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.login.aws_api_gateway_resource.login (expand)"
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_method_response.login_response_1 (expand)" -> "[root] module.API_GATE_WAY.module.login.aws_api_gateway_method.post_method (expand)"
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_resource.login (expand)" -> "[root] module.API_GATE_WAY.module.login.var.parent_id (expand)"
"[root] module.API_GATE_WAY.module.login.aws_api_gateway_resource.login (expand)" -> "[root] module.API_GATE_WAY.module.login.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.login.module.options (close)" -> "[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_integration_response.options (expand)"
"[root] module.API_GATE_WAY.module.login.module.options (close)" -> "[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_method_response.options (expand)"
"[root] module.API_GATE_WAY.module.login.module.options (expand)" -> "[root] module.API_GATE_WAY.module.login (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_integration.options (expand)" -> "[root] module.API_GATE_WAY.module.login.module.options.var.resource_id (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_integration.options (expand)" -> "[root] module.API_GATE_WAY.module.login.module.options.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_integration_response.options (expand)" -> "[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_integration.options (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_integration_response.options (expand)" -> "[root] module.API_GATE_WAY.module.login.module.options.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_method.options (expand)" -> "[root] module.API_GATE_WAY.module.login.module.options.var.resource_id (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_method.options (expand)" -> "[root] module.API_GATE_WAY.module.login.module.options.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_method_response.options (expand)" -> "[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_method.options (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.login.module.options (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.login.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.var.resource_id (expand)" -> "[root] module.API_GATE_WAY.module.login.aws_api_gateway_resource.login (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.var.resource_id (expand)" -> "[root] module.API_GATE_WAY.module.login.module.options (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.login.module.options (expand)"
"[root] module.API_GATE_WAY.module.login.module.options.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.login.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.login.var.API_gateway_lamda_auth_arn (expand)" -> "[root] module.API_GATE_WAY.module.login (expand)"
"[root] module.API_GATE_WAY.module.login.var.API_gateway_lamda_auth_arn (expand)" -> "[root] module.API_GATE_WAY.var.API_gateway_lamda_auth_arn (expand)"
"[root] module.API_GATE_WAY.module.login.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.login (expand)"
"[root] module.API_GATE_WAY.module.login.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.login.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.login (expand)"
"[root] module.API_GATE_WAY.module.login.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.var.Cognito_lambda_function_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.module.login.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.login.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.module.login (expand)"
"[root] module.API_GATE_WAY.module.login.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.login.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.login (expand)"
"[root] module.API_GATE_WAY.module.results (close)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method (close)"
"[root] module.API_GATE_WAY.module.results (close)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method (close)"
"[root] module.API_GATE_WAY.module.results (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.module.results.aws_api_gateway_resource.agggrad (expand)" -> "[root] module.API_GATE_WAY.module.results.var.parent_id (expand)"
"[root] module.API_GATE_WAY.module.results.aws_api_gateway_resource.agggrad (expand)" -> "[root] module.API_GATE_WAY.module.results.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.results.aws_api_gateway_resource.results (expand)" -> "[root] module.API_GATE_WAY.module.results.var.parent_id (expand)"
"[root] module.API_GATE_WAY.module.results.aws_api_gateway_resource.results (expand)" -> "[root] module.API_GATE_WAY.module.results.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method (close)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_integration.lambda_integration_1 (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method (close)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method (expand)" -> "[root] module.API_GATE_WAY.module.results (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_method.get_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_method_response.runs_response_2 (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_method.get_method (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_method.get_method (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_method.get_method (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method.var.runs_id (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_method_response.runs_response_2 (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_method.get_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.results.var.API_gateway_lamda_results_get_arn (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.results.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.results.var.results_get_activity_Lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.results.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.var.runs_id (expand)" -> "[root] module.API_GATE_WAY.module.results.aws_api_gateway_resource.agggrad (expand)"
"[root] module.API_GATE_WAY.module.results.module.GET_method.var.runs_id (expand)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method (close)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method (close)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method (expand)" -> "[root] module.API_GATE_WAY.module.results (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_method.post_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_method_response.runs_response_2 (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method.var.runs_id (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_method_response.runs_response_2 (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_method.post_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.results.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.results.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.results.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.results.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.var.runs_id (expand)" -> "[root] module.API_GATE_WAY.module.results.aws_api_gateway_resource.results (expand)"
"[root] module.API_GATE_WAY.module.results.module.POST_method.var.runs_id (expand)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.results.var.API_gateway_lamda_results_get_arn (expand)" -> "[root] module.API_GATE_WAY.module.results (expand)"
"[root] module.API_GATE_WAY.module.results.var.API_gateway_lamda_results_get_arn (expand)" -> "[root] module.API_GATE_WAY.var.API_gateway_lamda_results_get_arn (expand)"
"[root] module.API_GATE_WAY.module.results.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.results (expand)"
"[root] module.API_GATE_WAY.module.results.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.var.API_gateway_lamda_results_post_arn (expand)"
"[root] module.API_GATE_WAY.module.results.var.authorization (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_authorizer.cognito (expand)"
"[root] module.API_GATE_WAY.module.results.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.results (expand)"
"[root] module.API_GATE_WAY.module.results.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.results (expand)"
"[root] module.API_GATE_WAY.module.results.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.var.results_post_activity_Lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.module.results.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.results.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.module.results (expand)"
"[root] module.API_GATE_WAY.module.results.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.results.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.results (expand)"
"[root] module.API_GATE_WAY.module.results.var.results_get_activity_Lambda_Invoke_ARN (expand)" -> "[root] module.API_GATE_WAY.module.results (expand)"
"[root] module.API_GATE_WAY.module.results.var.results_get_activity_Lambda_Invoke_ARN (expand)" -> "[root] module.API_GATE_WAY.var.results_get_activity_Lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.module.runs (close)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method (close)"
"[root] module.API_GATE_WAY.module.runs (close)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method (close)"
"[root] module.API_GATE_WAY.module.runs (close)" -> "[root] module.API_GATE_WAY.module.runs.module.options (close)"
"[root] module.API_GATE_WAY.module.runs (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.module.runs.aws_api_gateway_resource.runs (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.parent_id (expand)"
"[root] module.API_GATE_WAY.module.runs.aws_api_gateway_resource.runs (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method (close)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration.lambda_integration (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method (close)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration_response.runs_integration_response_1 (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method (expand)" -> "[root] module.API_GATE_WAY.module.runs (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration.lambda_integration (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_method.get_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration.lambda_integration (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration.lambda_integration (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration_response.runs_integration_response_1 (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_method_response.runs_response_1 (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration_response.runs_integration_response_1 (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_method.get_method (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_method.get_method (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_method.get_method (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.var.runs_id (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_method_response.runs_response_1 (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_method.get_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.var.runs_id (expand)" -> "[root] module.API_GATE_WAY.module.runs.aws_api_gateway_resource.runs (expand)"
"[root] module.API_GATE_WAY.module.runs.module.GET_method.var.runs_id (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method (close)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method (close)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method (expand)" -> "[root] module.API_GATE_WAY.module.runs (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_method.post_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_method_response.runs_response_2 (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.var.runs_id (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_method_response.runs_response_2 (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_method.post_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.var.runs_id (expand)" -> "[root] module.API_GATE_WAY.module.runs.aws_api_gateway_resource.runs (expand)"
"[root] module.API_GATE_WAY.module.runs.module.POST_method.var.runs_id (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options (close)" -> "[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_integration_response.options (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options (close)" -> "[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_method_response.options (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options (expand)" -> "[root] module.API_GATE_WAY.module.runs (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_integration.options (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.options.var.resource_id (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_integration.options (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.options.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_integration_response.options (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_integration.options (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_integration_response.options (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.options.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_method.options (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.options.var.resource_id (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_method.options (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.options.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_method_response.options (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_method.options (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.options (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.var.resource_id (expand)" -> "[root] module.API_GATE_WAY.module.runs.aws_api_gateway_resource.runs (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.var.resource_id (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.options (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.runs.module.options (expand)"
"[root] module.API_GATE_WAY.module.runs.module.options.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.runs.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs (expand)"
"[root] module.API_GATE_WAY.module.runs.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.runs.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.runs (expand)"
"[root] module.API_GATE_WAY.module.runs.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.runs.var.authorization (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_authorizer.cognito (expand)"
"[root] module.API_GATE_WAY.module.runs.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.runs (expand)"
"[root] module.API_GATE_WAY.module.runs.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs (expand)"
"[root] module.API_GATE_WAY.module.runs.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.var.Runs_Lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.module.runs.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.runs.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.module.runs (expand)"
"[root] module.API_GATE_WAY.module.runs.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.runs.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.runs (expand)"
"[root] module.API_GATE_WAY.module.runs_update (close)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method (close)"
"[root] module.API_GATE_WAY.module.runs_update (close)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options (close)"
"[root] module.API_GATE_WAY.module.runs_update (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.module.runs_update.aws_api_gateway_resource.runs (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.var.parent_id (expand)"
"[root] module.API_GATE_WAY.module.runs_update.aws_api_gateway_resource.runs (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method (close)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method (close)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method (expand)" -> "[root] module.API_GATE_WAY.module.runs_update (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_method.post_method (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_method_response.runs_response_2 (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.runs_id (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_method_response.runs_response_2 (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_method.post_method (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.runs_id (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.aws_api_gateway_resource.runs (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.POST_method.var.runs_id (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options (close)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_integration_response.options (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options (close)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_method_response.options (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options (expand)" -> "[root] module.API_GATE_WAY.module.runs_update (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_integration.options (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options.var.resource_id (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_integration.options (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_integration_response.options (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_integration.options (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_integration_response.options (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_method.options (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options.var.resource_id (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_method.options (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_method_response.options (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_method.options (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.var.resource_id (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.aws_api_gateway_resource.runs (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.var.resource_id (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options (expand)"
"[root] module.API_GATE_WAY.module.runs_update.module.options.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.runs_update.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.runs_update.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs_update (expand)"
"[root] module.API_GATE_WAY.module.runs_update.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.runs_update.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.runs_update (expand)"
"[root] module.API_GATE_WAY.module.runs_update.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.runs_update.var.authorization (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_authorizer.cognito (expand)"
"[root] module.API_GATE_WAY.module.runs_update.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.runs_update (expand)"
"[root] module.API_GATE_WAY.module.runs_update.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.runs_update (expand)"
"[root] module.API_GATE_WAY.module.runs_update.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.var.Runs_Lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.module.runs_update.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.runs_update.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.module.runs_update (expand)"
"[root] module.API_GATE_WAY.module.runs_update.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.runs_update.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.runs_update (expand)"
"[root] module.API_GATE_WAY.module.user_activation (close)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method (close)"
"[root] module.API_GATE_WAY.module.user_activation (close)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options (close)"
"[root] module.API_GATE_WAY.module.user_activation (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.module.user_activation.aws_api_gateway_resource.runs (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.var.parent_id (expand)"
"[root] module.API_GATE_WAY.module.user_activation.aws_api_gateway_resource.runs (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method (close)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method (close)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method (expand)" -> "[root] module.API_GATE_WAY.module.user_activation (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_method.post_method (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_method_response.runs_response_2 (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_method.post_method (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.runs_id (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_method_response.runs_response_2 (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_method.post_method (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.var.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.var.lambda_invoke_arn (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.runs_id (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.aws_api_gateway_resource.runs (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.POST_method.var.runs_id (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options (close)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_integration_response.options (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options (close)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_method_response.options (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options (expand)" -> "[root] module.API_GATE_WAY.module.user_activation (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_integration.options (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options.var.resource_id (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_integration.options (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_integration_response.options (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_integration.options (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_method.options (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options.var.resource_id (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_method.options (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_method_response.options (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_method.options (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options.var.resource_id (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.aws_api_gateway_resource.runs (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options.var.resource_id (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options (expand)"
"[root] module.API_GATE_WAY.module.user_activation.module.options.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.user_activation.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.user_activation.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.module.user_activation (expand)"
"[root] module.API_GATE_WAY.module.user_activation.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY.var.API_gateway_lamda_user_activity_arn (expand)"
"[root] module.API_GATE_WAY.module.user_activation.var.authorization (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_authorizer.cognito (expand)"
"[root] module.API_GATE_WAY.module.user_activation.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.user_activation (expand)"
"[root] module.API_GATE_WAY.module.user_activation.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.module.user_activation (expand)"
"[root] module.API_GATE_WAY.module.user_activation.var.lambda_invoke_arn (expand)" -> "[root] module.API_GATE_WAY.var.user_activity_Lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.module.user_activation.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.user_activation.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.module.user_activation (expand)"
"[root] module.API_GATE_WAY.module.user_activation.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.user_activation.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.user_activation (expand)"
"[root] module.API_GATE_WAY.module.user_runs (close)" -> "[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration.lambda_integration (expand)"
"[root] module.API_GATE_WAY.module.user_runs (close)" -> "[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration_response.runs_integration_response_1 (expand)"
"[root] module.API_GATE_WAY.module.user_runs (close)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options (close)"
"[root] module.API_GATE_WAY.module.user_runs (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration.lambda_integration (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_method.get_method (expand)"
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration.lambda_integration (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.var.API_gateway_lamda_user_list_arn (expand)"
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration.lambda_integration (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.var.user_list_Lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration_response.runs_integration_response_1 (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_method_response.runs_response_1 (expand)"
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration_response.runs_integration_response_1 (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_method.get_method (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_resource.user_runs (expand)"
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_method.get_method (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.var.authorization (expand)"
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_method_response.runs_response_1 (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_method.get_method (expand)"
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_resource.user_runs (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.var.parent_id (expand)"
"[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_resource.user_runs (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options (close)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_integration_response.options (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options (close)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_method_response.options (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options (expand)" -> "[root] module.API_GATE_WAY.module.user_runs (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_integration.options (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options.var.resource_id (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_integration.options (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_integration_response.options (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_integration.options (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_integration_response.options (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_method.options (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options.var.resource_id (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_method.options (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_method_response.options (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_method.options (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.var.resource_id (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_resource.user_runs (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.var.resource_id (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options (expand)"
"[root] module.API_GATE_WAY.module.user_runs.module.options.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.user_runs.var.rest_api_id (expand)"
"[root] module.API_GATE_WAY.module.user_runs.var.API_gateway_lamda_user_list_arn (expand)" -> "[root] module.API_GATE_WAY.module.user_runs (expand)"
"[root] module.API_GATE_WAY.module.user_runs.var.API_gateway_lamda_user_list_arn (expand)" -> "[root] module.API_GATE_WAY.var.API_gateway_lamda_user_list_arn (expand)"
"[root] module.API_GATE_WAY.module.user_runs.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.module.user_runs (expand)"
"[root] module.API_GATE_WAY.module.user_runs.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY.var.amplify_url (expand)"
"[root] module.API_GATE_WAY.module.user_runs.var.authorization (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_authorizer.cognito (expand)"
"[root] module.API_GATE_WAY.module.user_runs.var.authorization (expand)" -> "[root] module.API_GATE_WAY.module.user_runs (expand)"
"[root] module.API_GATE_WAY.module.user_runs.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.user_runs.var.parent_id (expand)" -> "[root] module.API_GATE_WAY.module.user_runs (expand)"
"[root] module.API_GATE_WAY.module.user_runs.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.aws_api_gateway_rest_api.rest_api (expand)"
"[root] module.API_GATE_WAY.module.user_runs.var.rest_api_id (expand)" -> "[root] module.API_GATE_WAY.module.user_runs (expand)"
"[root] module.API_GATE_WAY.module.user_runs.var.user_list_Lambda_Invoke_ARN (expand)" -> "[root] module.API_GATE_WAY.module.user_runs (expand)"
"[root] module.API_GATE_WAY.module.user_runs.var.user_list_Lambda_Invoke_ARN (expand)" -> "[root] module.API_GATE_WAY.var.user_list_Lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.var.API_gateway_lamda_auth_arn (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.API_gateway_lamda_auth_arn (expand)" -> "[root] module.api_lambda_invocation_role.output.API_gateway_lamda_auth_arn (expand)"
"[root] module.API_GATE_WAY.var.API_gateway_lamda_results_get_arn (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.API_gateway_lamda_results_get_arn (expand)" -> "[root] module.api_lambda_invocation_role.output.API_gateway_lamda_user_get_results_arn (expand)"
"[root] module.API_GATE_WAY.var.API_gateway_lamda_results_post_arn (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.API_gateway_lamda_results_post_arn (expand)" -> "[root] module.api_lambda_invocation_role.output.API_gateway_lamda_user_post_results_arn (expand)"
"[root] module.API_GATE_WAY.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.API_gateway_lamda_runs_arn (expand)" -> "[root] module.api_lambda_invocation_role.output.API_gateway_lamda_runs_arn (expand)"
"[root] module.API_GATE_WAY.var.API_gateway_lamda_user_activity_arn (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.API_gateway_lamda_user_activity_arn (expand)" -> "[root] module.api_lambda_invocation_role.output.API_gateway_lamda_user_activate_arn (expand)"
"[root] module.API_GATE_WAY.var.API_gateway_lamda_user_list_arn (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.API_gateway_lamda_user_list_arn (expand)" -> "[root] module.api_lambda_invocation_role.output.API_gateway_lamda_user_lists_arn (expand)"
"[root] module.API_GATE_WAY.var.Cognito_lambda_function_Invoke_ARN (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.Cognito_lambda_function_Invoke_ARN (expand)" -> "[root] module.Cognito_lambda_function.output.Cognito_Lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.var.Runs_Lambda_Invoke_ARN (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.Runs_Lambda_Invoke_ARN (expand)" -> "[root] module.runs_lambda.output.Runs_Lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.var.amplify_url (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.amplify_url (expand)" -> "[root] var.amplify_url"
"[root] module.API_GATE_WAY.var.cognito_user_pool_arn (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.cognito_user_pool_arn (expand)" -> "[root] module.cognito_user_pool.output.cognito_user_pool_arn (expand)"
"[root] module.API_GATE_WAY.var.results_get_activity_Lambda_Invoke_ARN (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.results_get_activity_Lambda_Invoke_ARN (expand)" -> "[root] module.results_lambda.output.get_results_Lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.var.results_post_activity_Lambda_Invoke_ARN (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.results_post_activity_Lambda_Invoke_ARN (expand)" -> "[root] module.results_lambda.output.post_results_Lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.var.user_activity_Lambda_Invoke_ARN (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.user_activity_Lambda_Invoke_ARN (expand)" -> "[root] module.user_activiy_lambda.output.user_activity_lambda_Invoke_ARN (expand)"
"[root] module.API_GATE_WAY.var.user_list_Lambda_Invoke_ARN (expand)" -> "[root] module.API_GATE_WAY (expand)"
"[root] module.API_GATE_WAY.var.user_list_Lambda_Invoke_ARN (expand)" -> "[root] module.cognito_list_users_lambda.output.Runs_Lambda_Invoke_ARN (expand)"
"[root] module.Cognito_lambda_IAM_roles (close)" -> "[root] module.Cognito_lambda_IAM_roles.aws_iam_role_policy_attachment.attach_inline_policy (expand)"
"[root] module.Cognito_lambda_IAM_roles (close)" -> "[root] module.Cognito_lambda_IAM_roles.aws_iam_role_policy_attachment.lambda_execution_policy_attachment (expand)"
"[root] module.Cognito_lambda_IAM_roles (close)" -> "[root] module.Cognito_lambda_IAM_roles.output.Cognito_lambda_IAM_role_ARN (expand)"
"[root] module.Cognito_lambda_IAM_roles.aws_iam_policy.inline_policy (expand)" -> "[root] module.Cognito_lambda_IAM_roles (expand)"
"[root] module.Cognito_lambda_IAM_roles.aws_iam_policy.inline_policy (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.Cognito_lambda_IAM_roles.aws_iam_role.lambda_execution_role (expand)" -> "[root] module.Cognito_lambda_IAM_roles (expand)"
"[root] module.Cognito_lambda_IAM_roles.aws_iam_role.lambda_execution_role (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.Cognito_lambda_IAM_roles.aws_iam_role_policy_attachment.attach_inline_policy (expand)" -> "[root] module.Cognito_lambda_IAM_roles.aws_iam_policy.inline_policy (expand)"
"[root] module.Cognito_lambda_IAM_roles.aws_iam_role_policy_attachment.attach_inline_policy (expand)" -> "[root] module.Cognito_lambda_IAM_roles.aws_iam_role.lambda_execution_role (expand)"
"[root] module.Cognito_lambda_IAM_roles.aws_iam_role_policy_attachment.lambda_execution_policy_attachment (expand)" -> "[root] module.Cognito_lambda_IAM_roles.aws_iam_role.lambda_execution_role (expand)"
"[root] module.Cognito_lambda_IAM_roles.output.Cognito_lambda_IAM_role_ARN (expand)" -> "[root] module.Cognito_lambda_IAM_roles.aws_iam_role.lambda_execution_role (expand)"
"[root] module.Cognito_lambda_function (close)" -> "[root] module.Cognito_lambda_function.output.Cognito_Lambda_ARN (expand)"
"[root] module.Cognito_lambda_function (close)" -> "[root] module.Cognito_lambda_function.output.Cognito_Lambda_Invoke_ARN (expand)"
"[root] module.Cognito_lambda_function.aws_lambda_function.Cognito_lambda_function (expand)" -> "[root] module.Cognito_lambda_function.var.Cognito_lambda_IAM_role_ARN (expand)"
"[root] module.Cognito_lambda_function.aws_lambda_function.Cognito_lambda_function (expand)" -> "[root] module.Cognito_lambda_function.var.Lambda_path (expand)"
"[root] module.Cognito_lambda_function.aws_lambda_function.Cognito_lambda_function (expand)" -> "[root] module.Cognito_lambda_function.var.cognito_user_pool_client_id (expand)"
"[root] module.Cognito_lambda_function.aws_lambda_function.Cognito_lambda_function (expand)" -> "[root] module.Cognito_lambda_function.var.cognito_user_pool_id (expand)"
"[root] module.Cognito_lambda_function.aws_lambda_function.Cognito_lambda_function (expand)" -> "[root] module.Cognito_lambda_function.var.region (expand)"
"[root] module.Cognito_lambda_function.output.Cognito_Lambda_ARN (expand)" -> "[root] module.Cognito_lambda_function.aws_lambda_function.Cognito_lambda_function (expand)"
"[root] module.Cognito_lambda_function.output.Cognito_Lambda_Invoke_ARN (expand)" -> "[root] module.Cognito_lambda_function.aws_lambda_function.Cognito_lambda_function (expand)"
"[root] module.Cognito_lambda_function.var.Cognito_lambda_IAM_role_ARN (expand)" -> "[root] module.Cognito_lambda_IAM_roles.output.Cognito_lambda_IAM_role_ARN (expand)"
"[root] module.Cognito_lambda_function.var.Cognito_lambda_IAM_role_ARN (expand)" -> "[root] module.Cognito_lambda_function (expand)"
"[root] module.Cognito_lambda_function.var.Lambda_path (expand)" -> "[root] module.Cognito_lambda_function (expand)"
"[root] module.Cognito_lambda_function.var.cognito_user_pool_client_id (expand)" -> "[root] module.Cognito_lambda_function (expand)"
"[root] module.Cognito_lambda_function.var.cognito_user_pool_client_id (expand)" -> "[root] module.cognito_user_pool.output.cognito_user_pool_client_id (expand)"
"[root] module.Cognito_lambda_function.var.cognito_user_pool_id (expand)" -> "[root] module.Cognito_lambda_function (expand)"
"[root] module.Cognito_lambda_function.var.cognito_user_pool_id (expand)" -> "[root] module.cognito_user_pool.output.cognito_user_pool_id (expand)"
"[root] module.Cognito_lambda_function.var.region (expand)" -> "[root] module.Cognito_lambda_function (expand)"
"[root] module.Cognito_lambda_function.var.region (expand)" -> "[root] var.aws_region"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.module.active (close)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.module.last_activiy (close)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.module.results (close)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.module.runs (close)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.module.user_runs (close)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.output.Runs_table_arn (expand)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.output.Runs_table_name (expand)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.output.active_table_arn (expand)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.output.active_table_name (expand)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.output.last_Activity_table_arn (expand)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.output.last_Activity_table_name (expand)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.output.results_table_arn (expand)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.output.results_table_name (expand)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.output.user_runs_table_arn (expand)"
"[root] module.Dynamo_tables (close)" -> "[root] module.Dynamo_tables.output.user_runs_table_name (expand)"
"[root] module.Dynamo_tables.module.active (close)" -> "[root] module.Dynamo_tables.module.active.output.active_users_table_arn (expand)"
"[root] module.Dynamo_tables.module.active (close)" -> "[root] module.Dynamo_tables.module.active.output.active_users_table_name (expand)"
"[root] module.Dynamo_tables.module.active (expand)" -> "[root] module.Dynamo_tables (expand)"
"[root] module.Dynamo_tables.module.active.aws_dynamodb_table.active_users (expand)" -> "[root] module.Dynamo_tables.module.active (expand)"
"[root] module.Dynamo_tables.module.active.aws_dynamodb_table.active_users (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.Dynamo_tables.module.active.output.active_users_table_arn (expand)" -> "[root] module.Dynamo_tables.module.active.aws_dynamodb_table.active_users (expand)"
"[root] module.Dynamo_tables.module.active.output.active_users_table_name (expand)" -> "[root] module.Dynamo_tables.module.active.aws_dynamodb_table.active_users (expand)"
"[root] module.Dynamo_tables.module.last_activiy (close)" -> "[root] module.Dynamo_tables.module.last_activiy.output.last_active_table_arn (expand)"
"[root] module.Dynamo_tables.module.last_activiy (close)" -> "[root] module.Dynamo_tables.module.last_activiy.output.last_active_table_name (expand)"
"[root] module.Dynamo_tables.module.last_activiy (expand)" -> "[root] module.Dynamo_tables (expand)"
"[root] module.Dynamo_tables.module.last_activiy.aws_dynamodb_table.last_active (expand)" -> "[root] module.Dynamo_tables.module.last_activiy (expand)"
"[root] module.Dynamo_tables.module.last_activiy.aws_dynamodb_table.last_active (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.Dynamo_tables.module.last_activiy.output.last_active_table_arn (expand)" -> "[root] module.Dynamo_tables.module.last_activiy.aws_dynamodb_table.last_active (expand)"
"[root] module.Dynamo_tables.module.last_activiy.output.last_active_table_name (expand)" -> "[root] module.Dynamo_tables.module.last_activiy.aws_dynamodb_table.last_active (expand)"
"[root] module.Dynamo_tables.module.results (close)" -> "[root] module.Dynamo_tables.module.results.output.results_table_arn (expand)"
"[root] module.Dynamo_tables.module.results (close)" -> "[root] module.Dynamo_tables.module.results.output.results_table_name (expand)"
"[root] module.Dynamo_tables.module.results (expand)" -> "[root] module.Dynamo_tables (expand)"
"[root] module.Dynamo_tables.module.results.aws_dynamodb_table.results (expand)" -> "[root] module.Dynamo_tables.module.results (expand)"
"[root] module.Dynamo_tables.module.results.aws_dynamodb_table.results (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.Dynamo_tables.module.results.output.results_table_arn (expand)" -> "[root] module.Dynamo_tables.module.results.aws_dynamodb_table.results (expand)"
"[root] module.Dynamo_tables.module.results.output.results_table_name (expand)" -> "[root] module.Dynamo_tables.module.results.aws_dynamodb_table.results (expand)"
"[root] module.Dynamo_tables.module.runs (close)" -> "[root] module.Dynamo_tables.module.runs.output.runs_table_arn (expand)"
"[root] module.Dynamo_tables.module.runs (close)" -> "[root] module.Dynamo_tables.module.runs.output.runs_table_name (expand)"
"[root] module.Dynamo_tables.module.runs (expand)" -> "[root] module.Dynamo_tables (expand)"
"[root] module.Dynamo_tables.module.runs.aws_dynamodb_table.runs (expand)" -> "[root] module.Dynamo_tables.module.runs (expand)"
"[root] module.Dynamo_tables.module.runs.aws_dynamodb_table.runs (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.Dynamo_tables.module.runs.output.runs_table_arn (expand)" -> "[root] module.Dynamo_tables.module.runs.aws_dynamodb_table.runs (expand)"
"[root] module.Dynamo_tables.module.runs.output.runs_table_name (expand)" -> "[root] module.Dynamo_tables.module.runs.aws_dynamodb_table.runs (expand)"
"[root] module.Dynamo_tables.module.user_runs (close)" -> "[root] module.Dynamo_tables.module.user_runs.output.user_runs_table_arn (expand)"
"[root] module.Dynamo_tables.module.user_runs (close)" -> "[root] module.Dynamo_tables.module.user_runs.output.user_runs_table_name (expand)"
"[root] module.Dynamo_tables.module.user_runs (expand)" -> "[root] module.Dynamo_tables (expand)"
"[root] module.Dynamo_tables.module.user_runs.aws_dynamodb_table.user_runs (expand)" -> "[root] module.Dynamo_tables.module.user_runs (expand)"
"[root] module.Dynamo_tables.module.user_runs.aws_dynamodb_table.user_runs (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.Dynamo_tables.module.user_runs.output.user_runs_table_arn (expand)" -> "[root] module.Dynamo_tables.module.user_runs.aws_dynamodb_table.user_runs (expand)"
"[root] module.Dynamo_tables.module.user_runs.output.user_runs_table_name (expand)" -> "[root] module.Dynamo_tables.module.user_runs.aws_dynamodb_table.user_runs (expand)"
"[root] module.Dynamo_tables.output.Runs_table_arn (expand)" -> "[root] module.Dynamo_tables.module.runs.output.runs_table_arn (expand)"
"[root] module.Dynamo_tables.output.Runs_table_name (expand)" -> "[root] module.Dynamo_tables.module.runs.output.runs_table_name (expand)"
"[root] module.Dynamo_tables.output.active_table_arn (expand)" -> "[root] module.Dynamo_tables.module.active.output.active_users_table_arn (expand)"
"[root] module.Dynamo_tables.output.active_table_name (expand)" -> "[root] module.Dynamo_tables.module.active.output.active_users_table_name (expand)"
"[root] module.Dynamo_tables.output.last_Activity_table_arn (expand)" -> "[root] module.Dynamo_tables.module.last_activiy.output.last_active_table_arn (expand)"
"[root] module.Dynamo_tables.output.last_Activity_table_name (expand)" -> "[root] module.Dynamo_tables.module.last_activiy.output.last_active_table_name (expand)"
"[root] module.Dynamo_tables.output.results_table_arn (expand)" -> "[root] module.Dynamo_tables.module.results.output.results_table_arn (expand)"
"[root] module.Dynamo_tables.output.results_table_name (expand)" -> "[root] module.Dynamo_tables.module.results.output.results_table_name (expand)"
"[root] module.Dynamo_tables.output.user_runs_table_arn (expand)" -> "[root] module.Dynamo_tables.module.user_runs.output.user_runs_table_arn (expand)"
"[root] module.Dynamo_tables.output.user_runs_table_name (expand)" -> "[root] module.Dynamo_tables.module.user_runs.output.user_runs_table_name (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_1 (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_2 (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_3 (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_4 (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_5 (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_1 (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_2 (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_3 (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_4 (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_5 (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.output.API_gateway_lamda_auth_arn (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.output.API_gateway_lamda_runs_arn (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.output.API_gateway_lamda_user_activate_arn (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.output.API_gateway_lamda_user_get_results_arn (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.output.API_gateway_lamda_user_lists_arn (expand)"
"[root] module.api_lambda_invocation_role (close)" -> "[root] module.api_lambda_invocation_role.output.API_gateway_lamda_user_post_results_arn (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy (expand)" -> "[root] module.api_lambda_invocation_role.var.Cognito_Lambda_ARN (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_1 (expand)" -> "[root] module.api_lambda_invocation_role.var.runs_lambda_ARN (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_2 (expand)" -> "[root] module.api_lambda_invocation_role.var.user_list_lambda_ARN (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_3 (expand)" -> "[root] module.api_lambda_invocation_role.var.user_activity_lambda_ARN (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_4 (expand)" -> "[root] module.api_lambda_invocation_role.var.user_post_results_lambda_ARN (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_5 (expand)" -> "[root] module.api_lambda_invocation_role.var.user_get_results_lambda_ARN (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role (expand)" -> "[root] module.api_lambda_invocation_role (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_1 (expand)" -> "[root] module.api_lambda_invocation_role (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_1 (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_2 (expand)" -> "[root] module.api_lambda_invocation_role (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_2 (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_3 (expand)" -> "[root] module.api_lambda_invocation_role (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_3 (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_4 (expand)" -> "[root] module.api_lambda_invocation_role (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_4 (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_5 (expand)" -> "[root] module.api_lambda_invocation_role (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_5 (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_1 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_1 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_2 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_2 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_3 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_3 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_4 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_4 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_5 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_5 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_1 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_1 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_1 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_1 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_2 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_2 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_2 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_2 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_3 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_3 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_3 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_3 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_4 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_4 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_4 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_4 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_5 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_policy.inline_policy_5 (expand)"
"[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_5 (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_5 (expand)"
"[root] module.api_lambda_invocation_role.output.API_gateway_lamda_auth_arn (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role (expand)"
"[root] module.api_lambda_invocation_role.output.API_gateway_lamda_runs_arn (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_1 (expand)"
"[root] module.api_lambda_invocation_role.output.API_gateway_lamda_user_activate_arn (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_3 (expand)"
"[root] module.api_lambda_invocation_role.output.API_gateway_lamda_user_get_results_arn (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_5 (expand)"
"[root] module.api_lambda_invocation_role.output.API_gateway_lamda_user_lists_arn (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_2 (expand)"
"[root] module.api_lambda_invocation_role.output.API_gateway_lamda_user_post_results_arn (expand)" -> "[root] module.api_lambda_invocation_role.aws_iam_role.api_gateway_invoke_lambda_execution_role_4 (expand)"
"[root] module.api_lambda_invocation_role.var.Cognito_Lambda_ARN (expand)" -> "[root] module.Cognito_lambda_function.output.Cognito_Lambda_ARN (expand)"
"[root] module.api_lambda_invocation_role.var.Cognito_Lambda_ARN (expand)" -> "[root] module.api_lambda_invocation_role (expand)"
"[root] module.api_lambda_invocation_role.var.runs_lambda_ARN (expand)" -> "[root] module.api_lambda_invocation_role (expand)"
"[root] module.api_lambda_invocation_role.var.runs_lambda_ARN (expand)" -> "[root] module.runs_lambda.output.Runs_Lambda_ARN (expand)"
"[root] module.api_lambda_invocation_role.var.user_activity_lambda_ARN (expand)" -> "[root] module.api_lambda_invocation_role (expand)"
"[root] module.api_lambda_invocation_role.var.user_activity_lambda_ARN (expand)" -> "[root] module.user_activiy_lambda.output.user_activity_lambda_ARN (expand)"
"[root] module.api_lambda_invocation_role.var.user_get_results_lambda_ARN (expand)" -> "[root] module.api_lambda_invocation_role (expand)"
"[root] module.api_lambda_invocation_role.var.user_get_results_lambda_ARN (expand)" -> "[root] module.results_lambda.output.get_results_Lambda_ARN (expand)"
"[root] module.api_lambda_invocation_role.var.user_list_lambda_ARN (expand)" -> "[root] module.api_lambda_invocation_role (expand)"
"[root] module.api_lambda_invocation_role.var.user_list_lambda_ARN (expand)" -> "[root] module.cognito_list_users_lambda.output.Runs_Lambda_ARN (expand)"
"[root] module.api_lambda_invocation_role.var.user_post_results_lambda_ARN (expand)" -> "[root] module.api_lambda_invocation_role (expand)"
"[root] module.api_lambda_invocation_role.var.user_post_results_lambda_ARN (expand)" -> "[root] module.results_lambda.output.post_results_Lambda_ARN (expand)"
"[root] module.cognito_list_users_lambda (close)" -> "[root] module.cognito_list_users_lambda.output.Runs_Lambda_ARN (expand)"
"[root] module.cognito_list_users_lambda (close)" -> "[root] module.cognito_list_users_lambda.output.Runs_Lambda_Invoke_ARN (expand)"
"[root] module.cognito_list_users_lambda.aws_lambda_function.Runs_lambda_function (expand)" -> "[root] module.cognito_list_users_lambda.var.Lambda_path (expand)"
"[root] module.cognito_list_users_lambda.aws_lambda_function.Runs_lambda_function (expand)" -> "[root] module.cognito_list_users_lambda.var.Runs_table (expand)"
"[root] module.cognito_list_users_lambda.aws_lambda_function.Runs_lambda_function (expand)" -> "[root] module.cognito_list_users_lambda.var.cognito_list_users_lambda_IAM_role_ARN (expand)"
"[root] module.cognito_list_users_lambda.aws_lambda_function.Runs_lambda_function (expand)" -> "[root] module.cognito_list_users_lambda.var.region (expand)"
"[root] module.cognito_list_users_lambda.output.Runs_Lambda_ARN (expand)" -> "[root] module.cognito_list_users_lambda.aws_lambda_function.Runs_lambda_function (expand)"
"[root] module.cognito_list_users_lambda.output.Runs_Lambda_Invoke_ARN (expand)" -> "[root] module.cognito_list_users_lambda.aws_lambda_function.Runs_lambda_function (expand)"
"[root] module.cognito_list_users_lambda.var.Lambda_path (expand)" -> "[root] module.cognito_list_users_lambda (expand)"
"[root] module.cognito_list_users_lambda.var.Runs_table (expand)" -> "[root] module.cognito_list_users_lambda (expand)"
"[root] module.cognito_list_users_lambda.var.Runs_table (expand)" -> "[root] module.cognito_user_pool.output.cognito_user_pool_id (expand)"
"[root] module.cognito_list_users_lambda.var.cognito_list_users_lambda_IAM_role_ARN (expand)" -> "[root] module.cognito_list_users_lambda (expand)"
"[root] module.cognito_list_users_lambda.var.cognito_list_users_lambda_IAM_role_ARN (expand)" -> "[root] module.cognito_list_users_lambda_IAM_role.output.cognito_list_users_lambda_IAM_role_ARN (expand)"
"[root] module.cognito_list_users_lambda.var.region (expand)" -> "[root] module.cognito_list_users_lambda (expand)"
"[root] module.cognito_list_users_lambda.var.region (expand)" -> "[root] var.aws_region"
"[root] module.cognito_list_users_lambda_IAM_role (close)" -> "[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)"
"[root] module.cognito_list_users_lambda_IAM_role (close)" -> "[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role_policy_attachment.lambda_execution_policy_attachment (expand)"
"[root] module.cognito_list_users_lambda_IAM_role (close)" -> "[root] module.cognito_list_users_lambda_IAM_role.output.cognito_list_users_lambda_IAM_role_ARN (expand)"
"[root] module.cognito_list_users_lambda_IAM_role.aws_iam_policy.inline_policy (expand)" -> "[root] module.cognito_list_users_lambda_IAM_role.var.user_pool_table_ARN (expand)"
"[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role.lambda_execution_role (expand)" -> "[root] module.cognito_list_users_lambda_IAM_role (expand)"
"[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role.lambda_execution_role (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)" -> "[root] module.cognito_list_users_lambda_IAM_role.aws_iam_policy.inline_policy (expand)"
"[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)" -> "[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role.lambda_execution_role (expand)"
"[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role_policy_attachment.lambda_execution_policy_attachment (expand)" -> "[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role.lambda_execution_role (expand)"
"[root] module.cognito_list_users_lambda_IAM_role.output.cognito_list_users_lambda_IAM_role_ARN (expand)" -> "[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role.lambda_execution_role (expand)"
"[root] module.cognito_list_users_lambda_IAM_role.var.user_pool_table_ARN (expand)" -> "[root] module.cognito_list_users_lambda_IAM_role (expand)"
"[root] module.cognito_list_users_lambda_IAM_role.var.user_pool_table_ARN (expand)" -> "[root] module.cognito_user_pool.output.cognito_user_pool_arn (expand)"
"[root] module.cognito_user_pool (close)" -> "[root] module.cognito_user_pool.output.cognito_user_pool_arn (expand)"
"[root] module.cognito_user_pool (close)" -> "[root] module.cognito_user_pool.output.cognito_user_pool_client_id (expand)"
"[root] module.cognito_user_pool (close)" -> "[root] module.cognito_user_pool.output.cognito_user_pool_client_name (expand)"
"[root] module.cognito_user_pool (close)" -> "[root] module.cognito_user_pool.output.cognito_user_pool_domain (expand)"
"[root] module.cognito_user_pool (close)" -> "[root] module.cognito_user_pool.output.cognito_user_pool_id (expand)"
"[root] module.cognito_user_pool.aws_cognito_user_pool.pool (expand)" -> "[root] module.cognito_user_pool.data.aws_ses_email_identity.SES_EMAIL_ARN (expand)"
"[root] module.cognito_user_pool.aws_cognito_user_pool.pool (expand)" -> "[root] module.cognito_user_pool.var.cognito_user_pool_name (expand)"
"[root] module.cognito_user_pool.aws_cognito_user_pool_client.app_client (expand)" -> "[root] module.cognito_user_pool.aws_cognito_user_pool.pool (expand)"
"[root] module.cognito_user_pool.aws_cognito_user_pool_domain.pool_domain (expand)" -> "[root] module.cognito_user_pool.aws_cognito_user_pool.pool (expand)"
"[root] module.cognito_user_pool.data.aws_ses_email_identity.SES_EMAIL_ARN (expand)" -> "[root] module.cognito_user_pool.var.SNS_email_id (expand)"
"[root] module.cognito_user_pool.data.aws_ses_email_identity.SES_EMAIL_ARN (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.cognito_user_pool.output.cognito_user_pool_arn (expand)" -> "[root] module.cognito_user_pool.aws_cognito_user_pool.pool (expand)"
"[root] module.cognito_user_pool.output.cognito_user_pool_client_id (expand)" -> "[root] module.cognito_user_pool.aws_cognito_user_pool_client.app_client (expand)"
"[root] module.cognito_user_pool.output.cognito_user_pool_client_name (expand)" -> "[root] module.cognito_user_pool.aws_cognito_user_pool_client.app_client (expand)"
"[root] module.cognito_user_pool.output.cognito_user_pool_domain (expand)" -> "[root] module.cognito_user_pool.aws_cognito_user_pool_domain.pool_domain (expand)"
"[root] module.cognito_user_pool.output.cognito_user_pool_id (expand)" -> "[root] module.cognito_user_pool.aws_cognito_user_pool.pool (expand)"
"[root] module.cognito_user_pool.var.SNS_email_id (expand)" -> "[root] module.cognito_user_pool (expand)"
"[root] module.cognito_user_pool.var.SNS_email_id (expand)" -> "[root] var.SNS_email"
"[root] module.cognito_user_pool.var.cognito_user_pool_name (expand)" -> "[root] module.cognito_user_pool (expand)"
"[root] module.cognito_user_pool.var.cognito_user_pool_name (expand)" -> "[root] var.user_pool_name"
"[root] module.results_lambda (close)" -> "[root] module.results_lambda.module.GET_RESULTS (close)"
"[root] module.results_lambda (close)" -> "[root] module.results_lambda.module.POST_RESULTS (close)"
"[root] module.results_lambda (close)" -> "[root] module.results_lambda.output.get_results_Lambda_ARN (expand)"
"[root] module.results_lambda (close)" -> "[root] module.results_lambda.output.get_results_Lambda_Invoke_ARN (expand)"
"[root] module.results_lambda (close)" -> "[root] module.results_lambda.output.post_results_Lambda_ARN (expand)"
"[root] module.results_lambda (close)" -> "[root] module.results_lambda.output.post_results_Lambda_Invoke_ARN (expand)"
"[root] module.results_lambda.module.GET_RESULTS (close)" -> "[root] module.results_lambda.module.GET_RESULTS.data.aws_caller_identity.current (expand)"
"[root] module.results_lambda.module.GET_RESULTS (close)" -> "[root] module.results_lambda.module.GET_RESULTS.output.get_results_Lambda_ARN (expand)"
"[root] module.results_lambda.module.GET_RESULTS (close)" -> "[root] module.results_lambda.module.GET_RESULTS.output.get_results_Lambda_Invoke_ARN (expand)"
"[root] module.results_lambda.module.GET_RESULTS (expand)" -> "[root] module.results_lambda (expand)"
"[root] module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.data.aws_region.current (expand)"
"[root] module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.var.Active_users_table (expand)"
"[root] module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.var.Lambda_path (expand)"
"[root] module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.var.Last_active_table (expand)"
"[root] module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.var.Results_table (expand)"
"[root] module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.var.Runs_lambda_IAM_role_ARN (expand)"
"[root] module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.var.Runs_table (expand)"
"[root] module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.var.User_runs_table (expand)"
"[root] module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.var.region (expand)"
"[root] module.results_lambda.module.GET_RESULTS.data.aws_caller_identity.current (expand)" -> "[root] module.results_lambda.module.GET_RESULTS (expand)"
"[root] module.results_lambda.module.GET_RESULTS.data.aws_caller_identity.current (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.results_lambda.module.GET_RESULTS.data.aws_region.current (expand)" -> "[root] module.results_lambda.module.GET_RESULTS (expand)"
"[root] module.results_lambda.module.GET_RESULTS.data.aws_region.current (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.results_lambda.module.GET_RESULTS.output.get_results_Lambda_ARN (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function (expand)"
"[root] module.results_lambda.module.GET_RESULTS.output.get_results_Lambda_Invoke_ARN (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.aws_lambda_function.get_results_lambda_function (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.Active_users_table (expand)" -> "[root] module.results_lambda.module.GET_RESULTS (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.Active_users_table (expand)" -> "[root] module.results_lambda.var.Active_users_table (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.Lambda_path (expand)" -> "[root] module.results_lambda.module.GET_RESULTS (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.Lambda_path (expand)" -> "[root] module.results_lambda.var.GET_Lambda_path (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.Last_active_table (expand)" -> "[root] module.results_lambda.module.GET_RESULTS (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.Last_active_table (expand)" -> "[root] module.results_lambda.var.Last_active_table (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.Results_table (expand)" -> "[root] module.results_lambda.module.GET_RESULTS (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.Results_table (expand)" -> "[root] module.results_lambda.var.Results_table (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.Runs_lambda_IAM_role_ARN (expand)" -> "[root] module.results_lambda.module.GET_RESULTS (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.Runs_lambda_IAM_role_ARN (expand)" -> "[root] module.results_lambda.var.Runs_lambda_IAM_role_ARN (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.Runs_table (expand)" -> "[root] module.results_lambda.module.GET_RESULTS (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.Runs_table (expand)" -> "[root] module.results_lambda.var.Runs_table (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.User_runs_table (expand)" -> "[root] module.results_lambda.module.GET_RESULTS (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.User_runs_table (expand)" -> "[root] module.results_lambda.var.User_runs_table (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.region (expand)" -> "[root] module.results_lambda.module.GET_RESULTS (expand)"
"[root] module.results_lambda.module.GET_RESULTS.var.region (expand)" -> "[root] module.results_lambda.var.region (expand)"
"[root] module.results_lambda.module.POST_RESULTS (close)" -> "[root] module.results_lambda.module.POST_RESULTS.output.post_results_Lambda_ARN (expand)"
"[root] module.results_lambda.module.POST_RESULTS (close)" -> "[root] module.results_lambda.module.POST_RESULTS.output.post_results_Lambda_Invoke_ARN (expand)"
"[root] module.results_lambda.module.POST_RESULTS (expand)" -> "[root] module.results_lambda (expand)"
"[root] module.results_lambda.module.POST_RESULTS.aws_lambda_function.post_results_lambda_function (expand)" -> "[root] module.results_lambda.module.POST_RESULTS.var.Active_users_table (expand)"
"[root] module.results_lambda.module.POST_RESULTS.aws_lambda_function.post_results_lambda_function (expand)" -> "[root] module.results_lambda.module.POST_RESULTS.var.Lambda_path (expand)"
"[root] module.results_lambda.module.POST_RESULTS.aws_lambda_function.post_results_lambda_function (expand)" -> "[root] module.results_lambda.module.POST_RESULTS.var.Last_active_table (expand)"
"[root] module.results_lambda.module.POST_RESULTS.aws_lambda_function.post_results_lambda_function (expand)" -> "[root] module.results_lambda.module.POST_RESULTS.var.Results_table (expand)"
"[root] module.results_lambda.module.POST_RESULTS.aws_lambda_function.post_results_lambda_function (expand)" -> "[root] module.results_lambda.module.POST_RESULTS.var.Runs_lambda_IAM_role_ARN (expand)"
"[root] module.results_lambda.module.POST_RESULTS.aws_lambda_function.post_results_lambda_function (expand)" -> "[root] module.results_lambda.module.POST_RESULTS.var.Runs_table (expand)"
"[root] module.results_lambda.module.POST_RESULTS.aws_lambda_function.post_results_lambda_function (expand)" -> "[root] module.results_lambda.module.POST_RESULTS.var.User_runs_table (expand)"
"[root] module.results_lambda.module.POST_RESULTS.aws_lambda_function.post_results_lambda_function (expand)" -> "[root] module.results_lambda.module.POST_RESULTS.var.region (expand)"
"[root] module.results_lambda.module.POST_RESULTS.output.post_results_Lambda_ARN (expand)" -> "[root] module.results_lambda.module.POST_RESULTS.aws_lambda_function.post_results_lambda_function (expand)"
"[root] module.results_lambda.module.POST_RESULTS.output.post_results_Lambda_Invoke_ARN (expand)" -> "[root] module.results_lambda.module.POST_RESULTS.aws_lambda_function.post_results_lambda_function (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.Active_users_table (expand)" -> "[root] module.results_lambda.module.POST_RESULTS (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.Active_users_table (expand)" -> "[root] module.results_lambda.var.Active_users_table (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.Lambda_path (expand)" -> "[root] module.results_lambda.module.POST_RESULTS (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.Lambda_path (expand)" -> "[root] module.results_lambda.var.Lambda_path (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.Last_active_table (expand)" -> "[root] module.results_lambda.module.POST_RESULTS (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.Last_active_table (expand)" -> "[root] module.results_lambda.var.Last_active_table (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.Results_table (expand)" -> "[root] module.results_lambda.module.POST_RESULTS (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.Results_table (expand)" -> "[root] module.results_lambda.var.Results_table (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.Runs_lambda_IAM_role_ARN (expand)" -> "[root] module.results_lambda.module.POST_RESULTS (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.Runs_lambda_IAM_role_ARN (expand)" -> "[root] module.results_lambda.var.Runs_lambda_IAM_role_ARN (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.Runs_table (expand)" -> "[root] module.results_lambda.module.POST_RESULTS (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.Runs_table (expand)" -> "[root] module.results_lambda.var.Runs_table (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.User_runs_table (expand)" -> "[root] module.results_lambda.module.POST_RESULTS (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.User_runs_table (expand)" -> "[root] module.results_lambda.var.User_runs_table (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.region (expand)" -> "[root] module.results_lambda.module.POST_RESULTS (expand)"
"[root] module.results_lambda.module.POST_RESULTS.var.region (expand)" -> "[root] module.results_lambda.var.region (expand)"
"[root] module.results_lambda.output.get_results_Lambda_ARN (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.output.get_results_Lambda_ARN (expand)"
"[root] module.results_lambda.output.get_results_Lambda_Invoke_ARN (expand)" -> "[root] module.results_lambda.module.GET_RESULTS.output.get_results_Lambda_Invoke_ARN (expand)"
"[root] module.results_lambda.output.post_results_Lambda_ARN (expand)" -> "[root] module.results_lambda.module.POST_RESULTS.output.post_results_Lambda_ARN (expand)"
"[root] module.results_lambda.output.post_results_Lambda_Invoke_ARN (expand)" -> "[root] module.results_lambda.module.POST_RESULTS.output.post_results_Lambda_Invoke_ARN (expand)"
"[root] module.results_lambda.var.Active_users_table (expand)" -> "[root] module.Dynamo_tables.output.active_table_name (expand)"
"[root] module.results_lambda.var.Active_users_table (expand)" -> "[root] module.results_lambda (expand)"
"[root] module.results_lambda.var.GET_Lambda_path (expand)" -> "[root] module.results_lambda (expand)"
"[root] module.results_lambda.var.Lambda_path (expand)" -> "[root] module.results_lambda (expand)"
"[root] module.results_lambda.var.Last_active_table (expand)" -> "[root] module.Dynamo_tables.output.last_Activity_table_name (expand)"
"[root] module.results_lambda.var.Last_active_table (expand)" -> "[root] module.results_lambda (expand)"
"[root] module.results_lambda.var.Results_table (expand)" -> "[root] module.Dynamo_tables.output.results_table_name (expand)"
"[root] module.results_lambda.var.Results_table (expand)" -> "[root] module.results_lambda (expand)"
"[root] module.results_lambda.var.Runs_lambda_IAM_role_ARN (expand)" -> "[root] module.results_lambda (expand)"
"[root] module.results_lambda.var.Runs_lambda_IAM_role_ARN (expand)" -> "[root] module.runs_lambda_IAM_role.output.runs_lambda_IAM_role_ARN (expand)"
"[root] module.results_lambda.var.Runs_table (expand)" -> "[root] module.Dynamo_tables.output.Runs_table_name (expand)"
"[root] module.results_lambda.var.Runs_table (expand)" -> "[root] module.results_lambda (expand)"
"[root] module.results_lambda.var.User_runs_table (expand)" -> "[root] module.Dynamo_tables.output.user_runs_table_name (expand)"
"[root] module.results_lambda.var.User_runs_table (expand)" -> "[root] module.results_lambda (expand)"
"[root] module.results_lambda.var.region (expand)" -> "[root] module.results_lambda (expand)"
"[root] module.results_lambda.var.region (expand)" -> "[root] var.aws_region"
"[root] module.runs_lambda (close)" -> "[root] module.runs_lambda.output.Runs_Lambda_ARN (expand)"
"[root] module.runs_lambda (close)" -> "[root] module.runs_lambda.output.Runs_Lambda_Invoke_ARN (expand)"
"[root] module.runs_lambda.aws_lambda_function.Runs_lambda_function (expand)" -> "[root] module.runs_lambda.var.Active_users_table (expand)"
"[root] module.runs_lambda.aws_lambda_function.Runs_lambda_function (expand)" -> "[root] module.runs_lambda.var.Lambda_path (expand)"
"[root] module.runs_lambda.aws_lambda_function.Runs_lambda_function (expand)" -> "[root] module.runs_lambda.var.Last_active_table (expand)"
"[root] module.runs_lambda.aws_lambda_function.Runs_lambda_function (expand)" -> "[root] module.runs_lambda.var.Results_table (expand)"
"[root] module.runs_lambda.aws_lambda_function.Runs_lambda_function (expand)" -> "[root] module.runs_lambda.var.Runs_lambda_IAM_role_ARN (expand)"
"[root] module.runs_lambda.aws_lambda_function.Runs_lambda_function (expand)" -> "[root] module.runs_lambda.var.Runs_table (expand)"
"[root] module.runs_lambda.aws_lambda_function.Runs_lambda_function (expand)" -> "[root] module.runs_lambda.var.User_runs_table (expand)"
"[root] module.runs_lambda.aws_lambda_function.Runs_lambda_function (expand)" -> "[root] module.runs_lambda.var.region (expand)"
"[root] module.runs_lambda.output.Runs_Lambda_ARN (expand)" -> "[root] module.runs_lambda.aws_lambda_function.Runs_lambda_function (expand)"
"[root] module.runs_lambda.output.Runs_Lambda_Invoke_ARN (expand)" -> "[root] module.runs_lambda.aws_lambda_function.Runs_lambda_function (expand)"
"[root] module.runs_lambda.var.Active_users_table (expand)" -> "[root] module.Dynamo_tables.output.active_table_name (expand)"
"[root] module.runs_lambda.var.Active_users_table (expand)" -> "[root] module.runs_lambda (expand)"
"[root] module.runs_lambda.var.Lambda_path (expand)" -> "[root] module.runs_lambda (expand)"
"[root] module.runs_lambda.var.Last_active_table (expand)" -> "[root] module.Dynamo_tables.output.last_Activity_table_name (expand)"
"[root] module.runs_lambda.var.Last_active_table (expand)" -> "[root] module.runs_lambda (expand)"
"[root] module.runs_lambda.var.Results_table (expand)" -> "[root] module.Dynamo_tables.output.results_table_name (expand)"
"[root] module.runs_lambda.var.Results_table (expand)" -> "[root] module.runs_lambda (expand)"
"[root] module.runs_lambda.var.Runs_lambda_IAM_role_ARN (expand)" -> "[root] module.runs_lambda (expand)"
"[root] module.runs_lambda.var.Runs_lambda_IAM_role_ARN (expand)" -> "[root] module.runs_lambda_IAM_role.output.runs_lambda_IAM_role_ARN (expand)"
"[root] module.runs_lambda.var.Runs_table (expand)" -> "[root] module.Dynamo_tables.output.Runs_table_name (expand)"
"[root] module.runs_lambda.var.Runs_table (expand)" -> "[root] module.runs_lambda (expand)"
"[root] module.runs_lambda.var.User_runs_table (expand)" -> "[root] module.Dynamo_tables.output.user_runs_table_name (expand)"
"[root] module.runs_lambda.var.User_runs_table (expand)" -> "[root] module.runs_lambda (expand)"
"[root] module.runs_lambda.var.region (expand)" -> "[root] module.runs_lambda (expand)"
"[root] module.runs_lambda.var.region (expand)" -> "[root] var.aws_region"
"[root] module.runs_lambda_IAM_role (close)" -> "[root] module.runs_lambda_IAM_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)"
"[root] module.runs_lambda_IAM_role (close)" -> "[root] module.runs_lambda_IAM_role.aws_iam_role_policy_attachment.lambda_execution_policy_attachment (expand)"
"[root] module.runs_lambda_IAM_role (close)" -> "[root] module.runs_lambda_IAM_role.output.runs_lambda_IAM_role_ARN (expand)"
"[root] module.runs_lambda_IAM_role.aws_iam_policy.inline_policy (expand)" -> "[root] module.runs_lambda_IAM_role.var.Dynamo_db_active_users_table_ARN (expand)"
"[root] module.runs_lambda_IAM_role.aws_iam_policy.inline_policy (expand)" -> "[root] module.runs_lambda_IAM_role.var.Dynamo_db_last_active_table_ARN (expand)"
"[root] module.runs_lambda_IAM_role.aws_iam_policy.inline_policy (expand)" -> "[root] module.runs_lambda_IAM_role.var.Dynamo_db_results_table_ARN (expand)"
"[root] module.runs_lambda_IAM_role.aws_iam_policy.inline_policy (expand)" -> "[root] module.runs_lambda_IAM_role.var.Dynamo_db_runs_table_ARN (expand)"
"[root] module.runs_lambda_IAM_role.aws_iam_policy.inline_policy (expand)" -> "[root] module.runs_lambda_IAM_role.var.Dynamo_db_user_runs_table_ARN (expand)"
"[root] module.runs_lambda_IAM_role.aws_iam_role.lambda_execution_role (expand)" -> "[root] module.runs_lambda_IAM_role (expand)"
"[root] module.runs_lambda_IAM_role.aws_iam_role.lambda_execution_role (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.runs_lambda_IAM_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)" -> "[root] module.runs_lambda_IAM_role.aws_iam_policy.inline_policy (expand)"
"[root] module.runs_lambda_IAM_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)" -> "[root] module.runs_lambda_IAM_role.aws_iam_role.lambda_execution_role (expand)"
"[root] module.runs_lambda_IAM_role.aws_iam_role_policy_attachment.lambda_execution_policy_attachment (expand)" -> "[root] module.runs_lambda_IAM_role.aws_iam_role.lambda_execution_role (expand)"
"[root] module.runs_lambda_IAM_role.output.runs_lambda_IAM_role_ARN (expand)" -> "[root] module.runs_lambda_IAM_role.aws_iam_role.lambda_execution_role (expand)"
"[root] module.runs_lambda_IAM_role.var.Dynamo_db_active_users_table_ARN (expand)" -> "[root] module.Dynamo_tables.output.active_table_arn (expand)"
"[root] module.runs_lambda_IAM_role.var.Dynamo_db_active_users_table_ARN (expand)" -> "[root] module.runs_lambda_IAM_role (expand)"
"[root] module.runs_lambda_IAM_role.var.Dynamo_db_last_active_table_ARN (expand)" -> "[root] module.Dynamo_tables.output.last_Activity_table_arn (expand)"
"[root] module.runs_lambda_IAM_role.var.Dynamo_db_last_active_table_ARN (expand)" -> "[root] module.runs_lambda_IAM_role (expand)"
"[root] module.runs_lambda_IAM_role.var.Dynamo_db_results_table_ARN (expand)" -> "[root] module.Dynamo_tables.output.results_table_arn (expand)"
"[root] module.runs_lambda_IAM_role.var.Dynamo_db_results_table_ARN (expand)" -> "[root] module.runs_lambda_IAM_role (expand)"
"[root] module.runs_lambda_IAM_role.var.Dynamo_db_runs_table_ARN (expand)" -> "[root] module.Dynamo_tables.output.Runs_table_arn (expand)"
"[root] module.runs_lambda_IAM_role.var.Dynamo_db_runs_table_ARN (expand)" -> "[root] module.runs_lambda_IAM_role (expand)"
"[root] module.runs_lambda_IAM_role.var.Dynamo_db_user_runs_table_ARN (expand)" -> "[root] module.Dynamo_tables.output.user_runs_table_arn (expand)"
"[root] module.runs_lambda_IAM_role.var.Dynamo_db_user_runs_table_ARN (expand)" -> "[root] module.runs_lambda_IAM_role (expand)"
"[root] module.user_activiy_lambda (close)" -> "[root] module.user_activiy_lambda.output.user_activity_lambda_ARN (expand)"
"[root] module.user_activiy_lambda (close)" -> "[root] module.user_activiy_lambda.output.user_activity_lambda_Invoke_ARN (expand)"
"[root] module.user_activiy_lambda.aws_lambda_function.user_activity_lambda_function (expand)" -> "[root] module.user_activiy_lambda.var.Active_users_table (expand)"
"[root] module.user_activiy_lambda.aws_lambda_function.user_activity_lambda_function (expand)" -> "[root] module.user_activiy_lambda.var.Lambda_path (expand)"
"[root] module.user_activiy_lambda.aws_lambda_function.user_activity_lambda_function (expand)" -> "[root] module.user_activiy_lambda.var.Last_active_table (expand)"
"[root] module.user_activiy_lambda.aws_lambda_function.user_activity_lambda_function (expand)" -> "[root] module.user_activiy_lambda.var.Results_table (expand)"
"[root] module.user_activiy_lambda.aws_lambda_function.user_activity_lambda_function (expand)" -> "[root] module.user_activiy_lambda.var.Runs_lambda_IAM_role_ARN (expand)"
"[root] module.user_activiy_lambda.aws_lambda_function.user_activity_lambda_function (expand)" -> "[root] module.user_activiy_lambda.var.Runs_table (expand)"
"[root] module.user_activiy_lambda.aws_lambda_function.user_activity_lambda_function (expand)" -> "[root] module.user_activiy_lambda.var.User_runs_table (expand)"
"[root] module.user_activiy_lambda.aws_lambda_function.user_activity_lambda_function (expand)" -> "[root] module.user_activiy_lambda.var.region (expand)"
"[root] module.user_activiy_lambda.output.user_activity_lambda_ARN (expand)" -> "[root] module.user_activiy_lambda.aws_lambda_function.user_activity_lambda_function (expand)"
"[root] module.user_activiy_lambda.output.user_activity_lambda_Invoke_ARN (expand)" -> "[root] module.user_activiy_lambda.aws_lambda_function.user_activity_lambda_function (expand)"
"[root] module.user_activiy_lambda.var.Active_users_table (expand)" -> "[root] module.Dynamo_tables.output.active_table_name (expand)"
"[root] module.user_activiy_lambda.var.Active_users_table (expand)" -> "[root] module.user_activiy_lambda (expand)"
"[root] module.user_activiy_lambda.var.Lambda_path (expand)" -> "[root] module.user_activiy_lambda (expand)"
"[root] module.user_activiy_lambda.var.Last_active_table (expand)" -> "[root] module.Dynamo_tables.output.last_Activity_table_name (expand)"
"[root] module.user_activiy_lambda.var.Last_active_table (expand)" -> "[root] module.user_activiy_lambda (expand)"
"[root] module.user_activiy_lambda.var.Results_table (expand)" -> "[root] module.Dynamo_tables.output.results_table_name (expand)"
"[root] module.user_activiy_lambda.var.Results_table (expand)" -> "[root] module.user_activiy_lambda (expand)"
"[root] module.user_activiy_lambda.var.Runs_lambda_IAM_role_ARN (expand)" -> "[root] module.runs_lambda_IAM_role.output.runs_lambda_IAM_role_ARN (expand)"
"[root] module.user_activiy_lambda.var.Runs_lambda_IAM_role_ARN (expand)" -> "[root] module.user_activiy_lambda (expand)"
"[root] module.user_activiy_lambda.var.Runs_table (expand)" -> "[root] module.Dynamo_tables.output.Runs_table_name (expand)"
"[root] module.user_activiy_lambda.var.Runs_table (expand)" -> "[root] module.user_activiy_lambda (expand)"
"[root] module.user_activiy_lambda.var.User_runs_table (expand)" -> "[root] module.Dynamo_tables.output.user_runs_table_name (expand)"
"[root] module.user_activiy_lambda.var.User_runs_table (expand)" -> "[root] module.user_activiy_lambda (expand)"
"[root] module.user_activiy_lambda.var.region (expand)" -> "[root] module.user_activiy_lambda (expand)"
"[root] module.user_activiy_lambda.var.region (expand)" -> "[root] var.aws_region"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration.lambda_integration (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.identityadd.aws_api_gateway_integration_response.login_integration_response_1 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_integration_response.options (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.identityadd.module.options.aws_api_gateway_method_response.options (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.login.aws_api_gateway_integration.lambda_integration (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.login.aws_api_gateway_integration_response.login_integration_response_1 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_integration_response.options (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.login.module.options.aws_api_gateway_method_response.options (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_integration.lambda_integration_1 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.results.module.GET_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.results.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration.lambda_integration (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.runs.module.GET_method.aws_api_gateway_integration_response.runs_integration_response_1 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.runs.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_integration_response.options (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.runs.module.options.aws_api_gateway_method_response.options (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.runs_update.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_integration_response.options (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.runs_update.module.options.aws_api_gateway_method_response.options (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_integration.lambda_integration_1 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.user_activation.module.POST_method.aws_api_gateway_integration_response.runs_integration_response_2 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_integration_response.options (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.user_activation.module.options.aws_api_gateway_method_response.options (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration.lambda_integration (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.user_runs.aws_api_gateway_integration_response.runs_integration_response_1 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_integration_response.options (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.API_GATE_WAY.module.user_runs.module.options.aws_api_gateway_method_response.options (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.Cognito_lambda_IAM_roles.aws_iam_role_policy_attachment.attach_inline_policy (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.Cognito_lambda_IAM_roles.aws_iam_role_policy_attachment.lambda_execution_policy_attachment (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_1 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_2 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_3 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_4 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.AmazonAPIGatewayPushToCloudWatchLogs_policy_attachment_5 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_1 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_2 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_3 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_4 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.api_lambda_invocation_role.aws_iam_role_policy_attachment.attach_inline_policy_5 (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.cognito_list_users_lambda_IAM_role.aws_iam_role_policy_attachment.lambda_execution_policy_attachment (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.cognito_user_pool.aws_cognito_user_pool_domain.pool_domain (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.results_lambda.module.GET_RESULTS.data.aws_caller_identity.current (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.runs_lambda_IAM_role.aws_iam_role_policy_attachment.attach_inline_policy (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.runs_lambda_IAM_role.aws_iam_role_policy_attachment.lambda_execution_policy_attachment (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"]" -> "[root] var.aws_region"
"[root] root" -> "[root] module.API_GATE_WAY (close)"
"[root] root" -> "[root] module.Cognito_lambda_IAM_roles (close)"
"[root] root" -> "[root] module.Cognito_lambda_function (close)"
"[root] root" -> "[root] module.Dynamo_tables (close)"
"[root] root" -> "[root] module.api_lambda_invocation_role (close)"
"[root] root" -> "[root] module.cognito_list_users_lambda (close)"
"[root] root" -> "[root] module.cognito_list_users_lambda_IAM_role (close)"
"[root] root" -> "[root] module.cognito_user_pool (close)"
"[root] root" -> "[root] module.results_lambda (close)"
"[root] root" -> "[root] module.runs_lambda (close)"
"[root] root" -> "[root] module.runs_lambda_IAM_role (close)"
"[root] root" -> "[root] module.user_activiy_lambda (close)"
"[root] root" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)"
}
}