-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfstate.backup
956 lines (956 loc) · 55 KB
/
terraform.tfstate.backup
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
{
"version": 4,
"terraform_version": "1.1.4",
"serial": 364,
"lineage": "5dbeb333-8997-cab3-3120-812d2e5c0946",
"outputs": {
"gateway_configuration": {
"value": "\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cvpn_connection id=\"vpn-03c7b666f7ddd2453\"\u003e\n \u003ccustomer_gateway_id\u003ecgw-0cd936a602611a529\u003c/customer_gateway_id\u003e\n \u003cvpn_gateway_id\u003evgw-0ee2337b82f2b3c59\u003c/vpn_gateway_id\u003e\n \u003cvpn_connection_type\u003eipsec.1\u003c/vpn_connection_type\u003e\n \u003cvpn_connection_attributes\u003eNoBGPVPNConnection\u003c/vpn_connection_attributes\u003e\n \u003cipsec_tunnel\u003e\n \u003ccustomer_gateway\u003e\n \u003ctunnel_outside_address\u003e\n \u003cip_address\u003e172.83.124.10\u003c/ip_address\u003e\n \u003c/tunnel_outside_address\u003e\n \u003ctunnel_inside_address\u003e\n \u003cip_address\u003e169.254.66.30\u003c/ip_address\u003e\n \u003cnetwork_mask\u003e255.255.255.252\u003c/network_mask\u003e\n \u003cnetwork_cidr\u003e30\u003c/network_cidr\u003e\n \u003c/tunnel_inside_address\u003e\n \u003c/customer_gateway\u003e\n \u003cvpn_gateway\u003e\n \u003ctunnel_outside_address\u003e\n \u003cip_address\u003e35.158.251.251\u003c/ip_address\u003e\n \u003c/tunnel_outside_address\u003e\n \u003ctunnel_inside_address\u003e\n \u003cip_address\u003e169.254.66.29\u003c/ip_address\u003e\n \u003cnetwork_mask\u003e255.255.255.252\u003c/network_mask\u003e\n \u003cnetwork_cidr\u003e30\u003c/network_cidr\u003e\n \u003c/tunnel_inside_address\u003e\n \u003c/vpn_gateway\u003e\n \u003cike\u003e\n \u003cauthentication_protocol\u003esha1\u003c/authentication_protocol\u003e\n \u003cencryption_protocol\u003eaes-128-cbc\u003c/encryption_protocol\u003e\n \u003clifetime\u003e28800\u003c/lifetime\u003e\n \u003cperfect_forward_secrecy\u003egroup2\u003c/perfect_forward_secrecy\u003e\n \u003cmode\u003emain\u003c/mode\u003e\n \u003cpre_shared_key\u003eGhjkk6RyKLZ_vpux6br9rQpqP9nbgcDO\u003c/pre_shared_key\u003e\n \u003c/ike\u003e\n \u003cipsec\u003e\n \u003cprotocol\u003eesp\u003c/protocol\u003e\n \u003cauthentication_protocol\u003ehmac-sha1-96\u003c/authentication_protocol\u003e\n \u003cencryption_protocol\u003eaes-128-cbc\u003c/encryption_protocol\u003e\n \u003clifetime\u003e3600\u003c/lifetime\u003e\n \u003cperfect_forward_secrecy\u003egroup2\u003c/perfect_forward_secrecy\u003e\n \u003cmode\u003etunnel\u003c/mode\u003e\n \u003cclear_df_bit\u003etrue\u003c/clear_df_bit\u003e\n \u003cfragmentation_before_encryption\u003etrue\u003c/fragmentation_before_encryption\u003e\n \u003ctcp_mss_adjustment\u003e1379\u003c/tcp_mss_adjustment\u003e\n \u003cdead_peer_detection\u003e\n \u003cinterval\u003e10\u003c/interval\u003e\n \u003cretries\u003e3\u003c/retries\u003e\n \u003c/dead_peer_detection\u003e\n \u003c/ipsec\u003e\n \u003c/ipsec_tunnel\u003e\n \u003cipsec_tunnel\u003e\n \u003ccustomer_gateway\u003e\n \u003ctunnel_outside_address\u003e\n \u003cip_address\u003e172.83.124.10\u003c/ip_address\u003e\n \u003c/tunnel_outside_address\u003e\n \u003ctunnel_inside_address\u003e\n \u003cip_address\u003e169.254.226.78\u003c/ip_address\u003e\n \u003cnetwork_mask\u003e255.255.255.252\u003c/network_mask\u003e\n \u003cnetwork_cidr\u003e30\u003c/network_cidr\u003e\n \u003c/tunnel_inside_address\u003e\n \u003c/customer_gateway\u003e\n \u003cvpn_gateway\u003e\n \u003ctunnel_outside_address\u003e\n \u003cip_address\u003e52.28.102.11\u003c/ip_address\u003e\n \u003c/tunnel_outside_address\u003e\n \u003ctunnel_inside_address\u003e\n \u003cip_address\u003e169.254.226.77\u003c/ip_address\u003e\n \u003cnetwork_mask\u003e255.255.255.252\u003c/network_mask\u003e\n \u003cnetwork_cidr\u003e30\u003c/network_cidr\u003e\n \u003c/tunnel_inside_address\u003e\n \u003c/vpn_gateway\u003e\n \u003cike\u003e\n \u003cauthentication_protocol\u003esha1\u003c/authentication_protocol\u003e\n \u003cencryption_protocol\u003eaes-128-cbc\u003c/encryption_protocol\u003e\n \u003clifetime\u003e28800\u003c/lifetime\u003e\n \u003cperfect_forward_secrecy\u003egroup2\u003c/perfect_forward_secrecy\u003e\n \u003cmode\u003emain\u003c/mode\u003e\n \u003cpre_shared_key\u003eTYkY4WJVEgytNPsmdvS7wzpFryXE_cTL\u003c/pre_shared_key\u003e\n \u003c/ike\u003e\n \u003cipsec\u003e\n \u003cprotocol\u003eesp\u003c/protocol\u003e\n \u003cauthentication_protocol\u003ehmac-sha1-96\u003c/authentication_protocol\u003e\n \u003cencryption_protocol\u003eaes-128-cbc\u003c/encryption_protocol\u003e\n \u003clifetime\u003e3600\u003c/lifetime\u003e\n \u003cperfect_forward_secrecy\u003egroup2\u003c/perfect_forward_secrecy\u003e\n \u003cmode\u003etunnel\u003c/mode\u003e\n \u003cclear_df_bit\u003etrue\u003c/clear_df_bit\u003e\n \u003cfragmentation_before_encryption\u003etrue\u003c/fragmentation_before_encryption\u003e\n \u003ctcp_mss_adjustment\u003e1379\u003c/tcp_mss_adjustment\u003e\n \u003cdead_peer_detection\u003e\n \u003cinterval\u003e10\u003c/interval\u003e\n \u003cretries\u003e3\u003c/retries\u003e\n \u003c/dead_peer_detection\u003e\n \u003c/ipsec\u003e\n \u003c/ipsec_tunnel\u003e\n\u003c/vpn_connection\u003e",
"type": "string",
"sensitive": true
},
"key_name": {
"value": "LL-TEST",
"type": "string"
},
"public_ip": {
"value": "18.193.117.18",
"type": "string"
},
"ssh_keypair": {
"value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0NrDtuMSDpgJZWiCMq8d2e0+lLeBCKmpsOzWeaFVjsaxhpI/\nG9Syi/r64OKzhvWqRv/vUECvnpg0C1z5Uiq1pSd3xm9Ctt8rJ8ZCMByOe+t/Ncvj\n8vEDWE1/W0L/Q7iFrUIHfYIY0GVRkW4kHHKR0JyFTEYisTdpk5Jy2b2pf1MRQbeG\nI/O57CAAOE2JB57dS4VEscppiyHz/MMPmeUPP+rSK2MjZgA29/dhlKd0t1T3/IBa\nyPf5qOgo5I7F9cBw4hzBK3cPsDsaXnIDo7gEr3m6cE2MJkUhCjEEEkYxv6jsOUNu\njYD7yHpgH5tQKe+tFPTEZMPdTOzNEmC6hYD6RQIDAQABAoIBAQCnNl73b7knQgZT\n0GZdGeL2dYFjI8AFJYEci6HzY33Sf7XmHfS03YfNlrWBkz9U0B7yFTqOsBtrCESy\nzE84v8UKYxz8HFv3eZldkNexGUviXttMQN9RxDB/ZByQ/oTMvVEZNAI3NA+V2WiC\n3QHAXOHteUMnnAduhwTaB6g4OCcaLf1H+9rPSGIggKj5uAwc525+ucoQnGiOUfTL\nTyh/Y2XliSB9GfTBw9J0/8kDfY4P7dk06v6+6yEYgKtgBktokfzdIs0qVL6M3MwD\nu0lJoy9X+h68C85ToxFtb/y1+qIPzEGvQRpM7wriCXcESG5GwG77wDofX+3t3zwZ\nVDA/xLsBAoGBANE0XdzUWjq09Yzr0ncF7/PBCvIL9GeNwZSVq9n4FSNyaJQyQs1t\nRZtKzCKMGwt952iEQXDVktvMLTgTvpSc9QFJKqJW4TMriGSAc9x8vB9/xbml9gA3\nxd9vPKhWhm0qdANEyvGE38DaIqaytLeXFVm5t3+S33NDFtfxodkC2Y6lAoGBAP+S\nWvwNiEvp4QO5c96qUo5fHzB+NONxnFlxtSIajsLOFtiMPq8LKK1BmxUE5+7fL9N4\nG7B1Ea+g3cb13abZE2JUtcQYbFPFsvM4/TiQ04MVfHKTvlrIlKP5CKn2jcIXq0RK\ntSfitq3YYDVmxoTT2Nz7Uo0yVHLezqih7giNWoshAoGAMr1HsqKSS8DN+WLMxe9b\ntjvwwqnhmigIdlgiuRfxUIqUELVr/FTvV+25OvvOJ2he8rt4/7vdBZAsu3gWdgbn\naWtserkln3qEdxOshiJ+ogkkVJWK55yfUkSxaoapzdpJDu3lZtR6TFTbqKCZMhnj\npMJlXfyqU1NHPBKv1WlaiL0CgYEAxE8DHEC4xLbtZBL7cbmamElwh6sprNsDoaC5\n5WxI5FGxMrznGUWVBSAzoz2VeeJtth24Bx6layZBtCX/D74GKa2vwOSRsPdWsYTA\n3MZB8Zp7cPcTbGBN7HXJtePwl3ne0CIibHS0pWxi2iILstOW7IcPre1O+L00OEvJ\nr0AEoIECgYBsG0xDsJH+YblD2MR+5vP7L9K05TPFND19B1Mz8hiQw5ktiHsCQPL3\nry5sNqJYORGt0XPG3fklVZq3mLJxMzsYn8KhhICZVpkiuiUYNPfRLFsFmIrEgiYA\n8fHVa1EmzpLG8bmIJB+7aF5rJpDkTrOWWtThnA92ln+HlK2MCMYPsg==\n-----END RSA PRIVATE KEY-----\n",
"type": "string",
"sensitive": true
}
},
"resources": [
{
"mode": "data",
"type": "aws_caller_identity",
"name": "current",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"account_id": "027619007323",
"arn": "arn:aws:iam::027619007323:user/terraform-user",
"id": "027619007323",
"user_id": "AIDAQM3RYTNNURSIGNRTB"
},
"sensitive_attributes": []
}
]
},
{
"mode": "managed",
"type": "aws_cloudtrail",
"name": "foobar",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"advanced_event_selector": [],
"arn": "arn:aws:cloudtrail:eu-central-1:027619007323:trail/tf-trail-foobar",
"cloud_watch_logs_group_arn": "",
"cloud_watch_logs_role_arn": "",
"enable_log_file_validation": false,
"enable_logging": true,
"event_selector": [],
"home_region": "eu-central-1",
"id": "tf-trail-foobar",
"include_global_service_events": false,
"insight_selector": [],
"is_multi_region_trail": false,
"is_organization_trail": false,
"kms_key_id": "",
"name": "tf-trail-foobar",
"s3_bucket_name": "ub-test-trail",
"s3_key_prefix": "prefix",
"sns_topic_name": "",
"tags": null,
"tags_all": {}
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"aws_s3_bucket.foo"
]
}
]
},
{
"mode": "managed",
"type": "aws_customer_gateway",
"name": "ACG",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"arn": "arn:aws:ec2:eu-central-1:027619007323:customer-gateway/cgw-0cd936a602611a529",
"bgp_asn": "65000",
"certificate_arn": "",
"device_name": "",
"id": "cgw-0cd936a602611a529",
"ip_address": "172.83.124.10",
"tags": {
"Name": "main-customer-gateway"
},
"tags_all": {
"Name": "main-customer-gateway"
},
"type": "ipsec.1"
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
},
{
"mode": "managed",
"type": "aws_eip",
"name": "lb",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"address": null,
"allocation_id": "eipalloc-0ae5d9f9ff8a5fff9",
"associate_with_private_ip": null,
"association_id": "eipassoc-09887c5131f4f426f",
"carrier_ip": "",
"customer_owned_ip": "",
"customer_owned_ipv4_pool": "",
"domain": "vpc",
"id": "eipalloc-0ae5d9f9ff8a5fff9",
"instance": "i-0efd6282f65fd25b9",
"network_border_group": "eu-central-1",
"network_interface": "eni-039eb241c154f8ae3",
"private_dns": "ip-10-0-0-32.eu-central-1.compute.internal",
"private_ip": "10.0.0.32",
"public_dns": "ec2-18-158-114-14.eu-central-1.compute.amazonaws.com",
"public_ip": "18.158.114.14",
"public_ipv4_pool": "amazon",
"tags": null,
"tags_all": {},
"timeouts": null,
"vpc": true
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiZGVsZXRlIjoxODAwMDAwMDAwMDAsInJlYWQiOjkwMDAwMDAwMDAwMCwidXBkYXRlIjozMDAwMDAwMDAwMDB9fQ==",
"dependencies": [
"aws_instance.ec2_public",
"aws_kms_key.my-kms-key",
"aws_security_group.RDP-security-group",
"aws_subnet.public-subnet-1",
"aws_vpc.vpc"
]
}
]
},
{
"mode": "managed",
"type": "aws_instance",
"name": "ec2_public",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"ami": "ami-014c4bcfe3cae98f0",
"arn": "arn:aws:ec2:eu-central-1:027619007323:instance/i-0efd6282f65fd25b9",
"associate_public_ip_address": true,
"availability_zone": "eu-central-1a",
"capacity_reservation_specification": [
{
"capacity_reservation_preference": "open",
"capacity_reservation_target": []
}
],
"cpu_core_count": 1,
"cpu_threads_per_core": 1,
"credit_specification": [
{
"cpu_credits": "standard"
}
],
"disable_api_termination": false,
"ebs_block_device": [
{
"delete_on_termination": true,
"device_name": "xvdf",
"encrypted": true,
"iops": 600,
"kms_key_id": "arn:aws:kms:eu-central-1:027619007323:key/081373b4-6db8-411f-92f8-7e964d213d99",
"snapshot_id": "",
"tags": {},
"throughput": 0,
"volume_id": "vol-09ed3a2d15ca0dd26",
"volume_size": 200,
"volume_type": "gp2"
}
],
"ebs_optimized": false,
"enclave_options": [
{
"enabled": false
}
],
"ephemeral_block_device": [],
"get_password_data": false,
"hibernation": false,
"host_id": null,
"iam_instance_profile": "",
"id": "i-0efd6282f65fd25b9",
"instance_initiated_shutdown_behavior": "stop",
"instance_state": "running",
"instance_type": "t2.micro",
"ipv6_address_count": 0,
"ipv6_addresses": [],
"key_name": "LL-TEST",
"launch_template": [],
"metadata_options": [
{
"http_endpoint": "enabled",
"http_put_response_hop_limit": 1,
"http_tokens": "optional",
"instance_metadata_tags": "disabled"
}
],
"monitoring": false,
"network_interface": [],
"outpost_arn": "",
"password_data": "",
"placement_group": "",
"placement_partition_number": null,
"primary_network_interface_id": "eni-039eb241c154f8ae3",
"private_dns": "ip-10-0-0-32.eu-central-1.compute.internal",
"private_ip": "10.0.0.32",
"public_dns": "ec2-18-193-117-18.eu-central-1.compute.amazonaws.com",
"public_ip": "18.193.117.18",
"root_block_device": [
{
"delete_on_termination": true,
"device_name": "/dev/sda1",
"encrypted": true,
"iops": 300,
"kms_key_id": "arn:aws:kms:eu-central-1:027619007323:key/081373b4-6db8-411f-92f8-7e964d213d99",
"tags": null,
"throughput": 0,
"volume_id": "vol-081479928d4b87e5b",
"volume_size": 100,
"volume_type": "gp2"
}
],
"secondary_private_ips": [],
"security_groups": [
"sg-0813b8c52fff01cd0"
],
"source_dest_check": true,
"subnet_id": "subnet-02e68d69b13bdc8eb",
"tags": {
"Name": "EC2-PUBLIC"
},
"tags_all": {
"Name": "EC2-PUBLIC"
},
"tenancy": "default",
"timeouts": null,
"user_data": null,
"user_data_base64": null,
"volume_tags": null,
"vpc_security_group_ids": [
"sg-0813b8c52fff01cd0"
]
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMCwidXBkYXRlIjo2MDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjEifQ==",
"dependencies": [
"aws_kms_key.my-kms-key",
"aws_security_group.RDP-security-group",
"aws_subnet.public-subnet-1",
"aws_vpc.vpc"
],
"create_before_destroy": true
}
]
},
{
"mode": "managed",
"type": "aws_internet_gateway",
"name": "internet-gateway",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"arn": "arn:aws:ec2:eu-central-1:027619007323:internet-gateway/igw-0b606b4bed6b09efe",
"id": "igw-0b606b4bed6b09efe",
"owner_id": "027619007323",
"tags": {
"Name": "internet_gateway"
},
"tags_all": {
"Name": "internet_gateway"
},
"vpc_id": "vpc-009cafdde76673244"
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"aws_vpc.vpc"
]
}
]
},
{
"mode": "managed",
"type": "aws_key_pair",
"name": "key_pair",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"arn": "arn:aws:ec2:eu-central-1:027619007323:key-pair/LL-TEST",
"fingerprint": "47:33:76:e9:85:98:32:b3:f8:a3:a4:22:ef:e3:a3:de",
"id": "LL-TEST",
"key_name": "LL-TEST",
"key_name_prefix": "",
"key_pair_id": "key-00c952830ccb05d1b",
"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ2sO24xIOmAllaIIyrx3Z7T6Ut4EIqamw7NZ5oVWOxrGGkj8b1LKL+vrg4rOG9apG/+9QQK+emDQLXPlSKrWlJ3fGb0K23ysnxkIwHI576381y+Py8QNYTX9bQv9DuIWtQgd9ghjQZVGRbiQccpHQnIVMRiKxN2mTknLZval/UxFBt4Yj87nsIAA4TYkHnt1LhUSxymmLIfP8ww+Z5Q8/6tIrYyNmADb392GUp3S3VPf8gFrI9/mo6CjkjsX1wHDiHMErdw+wOxpecgOjuASvebpwTYwmRSEKMQQSRjG/qOw5Q26NgPvIemAfm1Ap760U9MRkw91M7M0SYLqFgPpF",
"tags": null,
"tags_all": {}
},
"sensitive_attributes": [],
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==",
"dependencies": [
"tls_private_key.key"
]
}
]
},
{
"mode": "managed",
"type": "aws_kms_alias",
"name": "smc-kms-alias",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"arn": "arn:aws:kms:eu-central-1:027619007323:alias/my-terraform-final-encryption-key",
"id": "alias/my-terraform-final-encryption-key",
"name": "alias/my-terraform-final-encryption-key",
"name_prefix": "",
"target_key_arn": "arn:aws:kms:eu-central-1:027619007323:key/081373b4-6db8-411f-92f8-7e964d213d99",
"target_key_id": "081373b4-6db8-411f-92f8-7e964d213d99"
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"aws_kms_key.my-kms-key"
]
}
]
},
{
"mode": "managed",
"type": "aws_kms_key",
"name": "my-kms-key",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"arn": "arn:aws:kms:eu-central-1:027619007323:key/081373b4-6db8-411f-92f8-7e964d213d99",
"bypass_policy_lockout_safety_check": false,
"customer_master_key_spec": "SYMMETRIC_DEFAULT",
"deletion_window_in_days": null,
"description": "My KMS Keys for Data Encryption",
"enable_key_rotation": true,
"id": "081373b4-6db8-411f-92f8-7e964d213d99",
"is_enabled": true,
"key_id": "081373b4-6db8-411f-92f8-7e964d213d99",
"key_usage": "ENCRYPT_DECRYPT",
"multi_region": false,
"policy": "{\r\n \"Id\": \"key-consolepolicy-3\",\r\n \"Version\": \"2012-10-17\",\r\n \"Statement\": [\r\n {\r\n \"Sid\": \"Enable IAM User Permissions\",\r\n \"Effect\": \"Allow\",\r\n \"Principal\": {\r\n \"AWS\": \"arn:aws:iam::027619007323:root\"\r\n },\r\n \"Action\": \"kms:*\",\r\n \"Resource\": \"*\"\r\n }\r\n ]\r\n}\r\n",
"tags": null,
"tags_all": {}
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"create_before_destroy": true
}
]
},
{
"mode": "managed",
"type": "aws_route_table",
"name": "public-route-table",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"arn": "arn:aws:ec2:eu-central-1:027619007323:route-table/rtb-0584f628070a81ec6",
"id": "rtb-0584f628070a81ec6",
"owner_id": "027619007323",
"propagating_vgws": [],
"route": [
{
"carrier_gateway_id": "",
"cidr_block": "0.0.0.0/0",
"destination_prefix_list_id": "",
"egress_only_gateway_id": "",
"gateway_id": "igw-0b606b4bed6b09efe",
"instance_id": "",
"ipv6_cidr_block": "",
"local_gateway_id": "",
"nat_gateway_id": "",
"network_interface_id": "",
"transit_gateway_id": "",
"vpc_endpoint_id": "",
"vpc_peering_connection_id": ""
}
],
"tags": {
"Name": "Public Route Table"
},
"tags_all": {
"Name": "Public Route Table"
},
"timeouts": null,
"vpc_id": "vpc-009cafdde76673244"
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDAsImRlbGV0ZSI6MzAwMDAwMDAwMDAwLCJ1cGRhdGUiOjEyMDAwMDAwMDAwMH19",
"dependencies": [
"aws_internet_gateway.internet-gateway",
"aws_vpc.vpc"
]
}
]
},
{
"mode": "managed",
"type": "aws_route_table_association",
"name": "public-subnet-1-route-table-association",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"gateway_id": "",
"id": "rtbassoc-0e0b793f3588571be",
"route_table_id": "rtb-0584f628070a81ec6",
"subnet_id": "subnet-02e68d69b13bdc8eb"
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"aws_internet_gateway.internet-gateway",
"aws_route_table.public-route-table",
"aws_subnet.public-subnet-1",
"aws_vpc.vpc"
]
}
]
},
{
"mode": "managed",
"type": "aws_s3_bucket",
"name": "foo",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"acceleration_status": "",
"acl": "private",
"arn": "arn:aws:s3:::ub-test-trail",
"bucket": "ub-test-trail",
"bucket_domain_name": "ub-test-trail.s3.amazonaws.com",
"bucket_prefix": null,
"bucket_regional_domain_name": "ub-test-trail.s3.eu-central-1.amazonaws.com",
"cors_rule": [],
"force_destroy": true,
"grant": [],
"hosted_zone_id": "Z21DNDUVLTQW6Q",
"id": "ub-test-trail",
"lifecycle_rule": [],
"logging": [],
"object_lock_configuration": [],
"policy": "",
"region": "eu-central-1",
"replication_configuration": [],
"request_payer": "BucketOwner",
"server_side_encryption_configuration": [],
"tags": null,
"tags_all": {},
"versioning": [
{
"enabled": false,
"mfa_delete": false
}
],
"website": [],
"website_domain": null,
"website_endpoint": null
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
},
{
"mode": "managed",
"type": "aws_s3_bucket_policy",
"name": "example",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"bucket": "ub-test-trail",
"id": "ub-test-trail",
"policy": "{\r\n \"Version\": \"2012-10-17\",\r\n \"Statement\": [\r\n {\r\n \"Sid\": \"AWSCloudTrailAclCheck\",\r\n \"Effect\": \"Allow\",\r\n \"Principal\": {\r\n \"Service\": \"cloudtrail.amazonaws.com\"\r\n },\r\n \"Action\": \"s3:GetBucketAcl\",\r\n \"Resource\": \"arn:aws:s3:::ub-test-trail\"\r\n },\r\n {\r\n \"Sid\": \"AWSCloudTrailWrite\",\r\n \"Effect\": \"Allow\",\r\n \"Principal\": {\r\n \"Service\": \"cloudtrail.amazonaws.com\"\r\n },\r\n \"Action\": \"s3:PutObject\",\r\n \"Resource\": \"arn:aws:s3:::ub-test-trail/prefix/AWSLogs/027619007323/*\",\r\n \"Condition\": {\r\n \"StringEquals\": {\r\n \"s3:x-amz-acl\": \"bucket-owner-full-control\"\r\n }\r\n }\r\n }\r\n ]\r\n}\r\n"
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"aws_s3_bucket.foo",
"data.aws_caller_identity.current"
]
}
]
},
{
"mode": "managed",
"type": "aws_security_group",
"name": "RDP-security-group",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"arn": "arn:aws:ec2:eu-central-1:027619007323:security-group/sg-0813b8c52fff01cd0",
"description": "Enable RDP access on Port 3389",
"egress": [
{
"cidr_blocks": [
"0.0.0.0/0"
],
"description": "",
"from_port": 0,
"ipv6_cidr_blocks": [],
"prefix_list_ids": [],
"protocol": "-1",
"security_groups": [],
"self": false,
"to_port": 0
}
],
"id": "sg-0813b8c52fff01cd0",
"ingress": [
{
"cidr_blocks": [
"0.0.0.0/0"
],
"description": "RDP Access",
"from_port": 3389,
"ipv6_cidr_blocks": [],
"prefix_list_ids": [],
"protocol": "tcp",
"security_groups": [],
"self": false,
"to_port": 3389
}
],
"name": "Allow RDP",
"name_prefix": "",
"owner_id": "027619007323",
"revoke_rules_on_delete": false,
"tags": {
"Name": "RDP Security Group"
},
"tags_all": {
"Name": "RDP Security Group"
},
"timeouts": null,
"vpc_id": "vpc-009cafdde76673244"
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6OTAwMDAwMDAwMDAwfSwic2NoZW1hX3ZlcnNpb24iOiIxIn0=",
"dependencies": [
"aws_vpc.vpc"
],
"create_before_destroy": true
}
]
},
{
"mode": "managed",
"type": "aws_subnet",
"name": "private-subnet-1",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"arn": "arn:aws:ec2:eu-central-1:027619007323:subnet/subnet-0f7fbd2bac3c0ca9d",
"assign_ipv6_address_on_creation": false,
"availability_zone": "eu-central-1a",
"availability_zone_id": "euc1-az2",
"cidr_block": "10.0.2.0/24",
"customer_owned_ipv4_pool": "",
"enable_dns64": false,
"enable_resource_name_dns_a_record_on_launch": false,
"enable_resource_name_dns_aaaa_record_on_launch": false,
"id": "subnet-0f7fbd2bac3c0ca9d",
"ipv6_cidr_block": "",
"ipv6_cidr_block_association_id": "",
"ipv6_native": false,
"map_customer_owned_ip_on_launch": false,
"map_public_ip_on_launch": false,
"outpost_arn": "",
"owner_id": "027619007323",
"private_dns_hostname_type_on_launch": "ip-name",
"tags": {
"Name": "private-subnet-1"
},
"tags_all": {
"Name": "private-subnet-1"
},
"timeouts": null,
"vpc_id": "vpc-009cafdde76673244"
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9",
"dependencies": [
"aws_vpc.vpc"
]
}
]
},
{
"mode": "managed",
"type": "aws_subnet",
"name": "public-subnet-1",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"arn": "arn:aws:ec2:eu-central-1:027619007323:subnet/subnet-02e68d69b13bdc8eb",
"assign_ipv6_address_on_creation": false,
"availability_zone": "eu-central-1a",
"availability_zone_id": "euc1-az2",
"cidr_block": "10.0.0.0/24",
"customer_owned_ipv4_pool": "",
"enable_dns64": false,
"enable_resource_name_dns_a_record_on_launch": false,
"enable_resource_name_dns_aaaa_record_on_launch": false,
"id": "subnet-02e68d69b13bdc8eb",
"ipv6_cidr_block": "",
"ipv6_cidr_block_association_id": "",
"ipv6_native": false,
"map_customer_owned_ip_on_launch": false,
"map_public_ip_on_launch": true,
"outpost_arn": "",
"owner_id": "027619007323",
"private_dns_hostname_type_on_launch": "ip-name",
"tags": {
"Name": "public-subnet-1"
},
"tags_all": {
"Name": "public-subnet-1"
},
"timeouts": null,
"vpc_id": "vpc-009cafdde76673244"
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9",
"dependencies": [
"aws_vpc.vpc"
],
"create_before_destroy": true
}
]
},
{
"mode": "managed",
"type": "aws_vpc",
"name": "vpc",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"arn": "arn:aws:ec2:eu-central-1:027619007323:vpc/vpc-009cafdde76673244",
"assign_generated_ipv6_cidr_block": false,
"cidr_block": "10.0.0.0/16",
"default_network_acl_id": "acl-0897781eec16ae704",
"default_route_table_id": "rtb-03cb05c45abc2c059",
"default_security_group_id": "sg-02ec2ea7cf4db8809",
"dhcp_options_id": "dopt-5fc55635",
"enable_classiclink": false,
"enable_classiclink_dns_support": false,
"enable_dns_hostnames": true,
"enable_dns_support": true,
"id": "vpc-009cafdde76673244",
"instance_tenancy": "default",
"ipv4_ipam_pool_id": null,
"ipv4_netmask_length": null,
"ipv6_association_id": "",
"ipv6_cidr_block": "",
"ipv6_cidr_block_network_border_group": "",
"ipv6_ipam_pool_id": "",
"ipv6_netmask_length": 0,
"main_route_table_id": "rtb-03cb05c45abc2c059",
"owner_id": "027619007323",
"tags": {
"Name": "Test_VPC"
},
"tags_all": {
"Name": "Test_VPC"
}
},
"sensitive_attributes": [],
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ==",
"create_before_destroy": true
}
]
},
{
"mode": "managed",
"type": "aws_vpn_connection",
"name": "UB_VPN",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"arn": "arn:aws:ec2:eu-central-1:027619007323:vpn-connection/vpn-03c7b666f7ddd2453",
"customer_gateway_configuration": "\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cvpn_connection id=\"vpn-03c7b666f7ddd2453\"\u003e\n \u003ccustomer_gateway_id\u003ecgw-0cd936a602611a529\u003c/customer_gateway_id\u003e\n \u003cvpn_gateway_id\u003evgw-0ee2337b82f2b3c59\u003c/vpn_gateway_id\u003e\n \u003cvpn_connection_type\u003eipsec.1\u003c/vpn_connection_type\u003e\n \u003cvpn_connection_attributes\u003eNoBGPVPNConnection\u003c/vpn_connection_attributes\u003e\n \u003cipsec_tunnel\u003e\n \u003ccustomer_gateway\u003e\n \u003ctunnel_outside_address\u003e\n \u003cip_address\u003e172.83.124.10\u003c/ip_address\u003e\n \u003c/tunnel_outside_address\u003e\n \u003ctunnel_inside_address\u003e\n \u003cip_address\u003e169.254.66.30\u003c/ip_address\u003e\n \u003cnetwork_mask\u003e255.255.255.252\u003c/network_mask\u003e\n \u003cnetwork_cidr\u003e30\u003c/network_cidr\u003e\n \u003c/tunnel_inside_address\u003e\n \u003c/customer_gateway\u003e\n \u003cvpn_gateway\u003e\n \u003ctunnel_outside_address\u003e\n \u003cip_address\u003e35.158.251.251\u003c/ip_address\u003e\n \u003c/tunnel_outside_address\u003e\n \u003ctunnel_inside_address\u003e\n \u003cip_address\u003e169.254.66.29\u003c/ip_address\u003e\n \u003cnetwork_mask\u003e255.255.255.252\u003c/network_mask\u003e\n \u003cnetwork_cidr\u003e30\u003c/network_cidr\u003e\n \u003c/tunnel_inside_address\u003e\n \u003c/vpn_gateway\u003e\n \u003cike\u003e\n \u003cauthentication_protocol\u003esha1\u003c/authentication_protocol\u003e\n \u003cencryption_protocol\u003eaes-128-cbc\u003c/encryption_protocol\u003e\n \u003clifetime\u003e28800\u003c/lifetime\u003e\n \u003cperfect_forward_secrecy\u003egroup2\u003c/perfect_forward_secrecy\u003e\n \u003cmode\u003emain\u003c/mode\u003e\n \u003cpre_shared_key\u003eGhjkk6RyKLZ_vpux6br9rQpqP9nbgcDO\u003c/pre_shared_key\u003e\n \u003c/ike\u003e\n \u003cipsec\u003e\n \u003cprotocol\u003eesp\u003c/protocol\u003e\n \u003cauthentication_protocol\u003ehmac-sha1-96\u003c/authentication_protocol\u003e\n \u003cencryption_protocol\u003eaes-128-cbc\u003c/encryption_protocol\u003e\n \u003clifetime\u003e3600\u003c/lifetime\u003e\n \u003cperfect_forward_secrecy\u003egroup2\u003c/perfect_forward_secrecy\u003e\n \u003cmode\u003etunnel\u003c/mode\u003e\n \u003cclear_df_bit\u003etrue\u003c/clear_df_bit\u003e\n \u003cfragmentation_before_encryption\u003etrue\u003c/fragmentation_before_encryption\u003e\n \u003ctcp_mss_adjustment\u003e1379\u003c/tcp_mss_adjustment\u003e\n \u003cdead_peer_detection\u003e\n \u003cinterval\u003e10\u003c/interval\u003e\n \u003cretries\u003e3\u003c/retries\u003e\n \u003c/dead_peer_detection\u003e\n \u003c/ipsec\u003e\n \u003c/ipsec_tunnel\u003e\n \u003cipsec_tunnel\u003e\n \u003ccustomer_gateway\u003e\n \u003ctunnel_outside_address\u003e\n \u003cip_address\u003e172.83.124.10\u003c/ip_address\u003e\n \u003c/tunnel_outside_address\u003e\n \u003ctunnel_inside_address\u003e\n \u003cip_address\u003e169.254.226.78\u003c/ip_address\u003e\n \u003cnetwork_mask\u003e255.255.255.252\u003c/network_mask\u003e\n \u003cnetwork_cidr\u003e30\u003c/network_cidr\u003e\n \u003c/tunnel_inside_address\u003e\n \u003c/customer_gateway\u003e\n \u003cvpn_gateway\u003e\n \u003ctunnel_outside_address\u003e\n \u003cip_address\u003e52.28.102.11\u003c/ip_address\u003e\n \u003c/tunnel_outside_address\u003e\n \u003ctunnel_inside_address\u003e\n \u003cip_address\u003e169.254.226.77\u003c/ip_address\u003e\n \u003cnetwork_mask\u003e255.255.255.252\u003c/network_mask\u003e\n \u003cnetwork_cidr\u003e30\u003c/network_cidr\u003e\n \u003c/tunnel_inside_address\u003e\n \u003c/vpn_gateway\u003e\n \u003cike\u003e\n \u003cauthentication_protocol\u003esha1\u003c/authentication_protocol\u003e\n \u003cencryption_protocol\u003eaes-128-cbc\u003c/encryption_protocol\u003e\n \u003clifetime\u003e28800\u003c/lifetime\u003e\n \u003cperfect_forward_secrecy\u003egroup2\u003c/perfect_forward_secrecy\u003e\n \u003cmode\u003emain\u003c/mode\u003e\n \u003cpre_shared_key\u003eTYkY4WJVEgytNPsmdvS7wzpFryXE_cTL\u003c/pre_shared_key\u003e\n \u003c/ike\u003e\n \u003cipsec\u003e\n \u003cprotocol\u003eesp\u003c/protocol\u003e\n \u003cauthentication_protocol\u003ehmac-sha1-96\u003c/authentication_protocol\u003e\n \u003cencryption_protocol\u003eaes-128-cbc\u003c/encryption_protocol\u003e\n \u003clifetime\u003e3600\u003c/lifetime\u003e\n \u003cperfect_forward_secrecy\u003egroup2\u003c/perfect_forward_secrecy\u003e\n \u003cmode\u003etunnel\u003c/mode\u003e\n \u003cclear_df_bit\u003etrue\u003c/clear_df_bit\u003e\n \u003cfragmentation_before_encryption\u003etrue\u003c/fragmentation_before_encryption\u003e\n \u003ctcp_mss_adjustment\u003e1379\u003c/tcp_mss_adjustment\u003e\n \u003cdead_peer_detection\u003e\n \u003cinterval\u003e10\u003c/interval\u003e\n \u003cretries\u003e3\u003c/retries\u003e\n \u003c/dead_peer_detection\u003e\n \u003c/ipsec\u003e\n \u003c/ipsec_tunnel\u003e\n\u003c/vpn_connection\u003e",
"customer_gateway_id": "cgw-0cd936a602611a529",
"enable_acceleration": false,
"id": "vpn-03c7b666f7ddd2453",
"local_ipv4_network_cidr": "0.0.0.0/0",
"local_ipv6_network_cidr": "",
"remote_ipv4_network_cidr": "0.0.0.0/0",
"remote_ipv6_network_cidr": "",
"routes": [],
"static_routes_only": true,
"tags": {
"Name": "UB_VPN"
},
"tags_all": {
"Name": "UB_VPN"
},
"transit_gateway_attachment_id": "",
"transit_gateway_id": "",
"tunnel1_address": "35.158.251.251",
"tunnel1_bgp_asn": "",
"tunnel1_bgp_holdtime": 0,
"tunnel1_cgw_inside_address": "169.254.66.30",
"tunnel1_dpd_timeout_action": "",
"tunnel1_dpd_timeout_seconds": 0,
"tunnel1_ike_versions": null,
"tunnel1_inside_cidr": "169.254.66.28/30",
"tunnel1_inside_ipv6_cidr": "",
"tunnel1_phase1_dh_group_numbers": null,
"tunnel1_phase1_encryption_algorithms": null,
"tunnel1_phase1_integrity_algorithms": null,
"tunnel1_phase1_lifetime_seconds": 0,
"tunnel1_phase2_dh_group_numbers": null,
"tunnel1_phase2_encryption_algorithms": null,
"tunnel1_phase2_integrity_algorithms": null,
"tunnel1_phase2_lifetime_seconds": 0,
"tunnel1_preshared_key": "Ghjkk6RyKLZ_vpux6br9rQpqP9nbgcDO",
"tunnel1_rekey_fuzz_percentage": 0,
"tunnel1_rekey_margin_time_seconds": 0,
"tunnel1_replay_window_size": 0,
"tunnel1_startup_action": "",
"tunnel1_vgw_inside_address": "169.254.66.29",
"tunnel2_address": "52.28.102.11",
"tunnel2_bgp_asn": "",
"tunnel2_bgp_holdtime": 0,
"tunnel2_cgw_inside_address": "169.254.226.78",
"tunnel2_dpd_timeout_action": "",
"tunnel2_dpd_timeout_seconds": 0,
"tunnel2_ike_versions": null,
"tunnel2_inside_cidr": "169.254.226.76/30",
"tunnel2_inside_ipv6_cidr": "",
"tunnel2_phase1_dh_group_numbers": null,
"tunnel2_phase1_encryption_algorithms": null,
"tunnel2_phase1_integrity_algorithms": null,
"tunnel2_phase1_lifetime_seconds": 0,
"tunnel2_phase2_dh_group_numbers": null,
"tunnel2_phase2_encryption_algorithms": null,
"tunnel2_phase2_integrity_algorithms": null,
"tunnel2_phase2_lifetime_seconds": 0,
"tunnel2_preshared_key": "TYkY4WJVEgytNPsmdvS7wzpFryXE_cTL",
"tunnel2_rekey_fuzz_percentage": 0,
"tunnel2_rekey_margin_time_seconds": 0,
"tunnel2_replay_window_size": 0,
"tunnel2_startup_action": "",
"tunnel2_vgw_inside_address": "169.254.226.77",
"tunnel_inside_ip_version": "ipv4",
"type": "ipsec.1",
"vgw_telemetry": [
{
"accepted_route_count": 0,
"certificate_arn": "",
"last_status_change": "2022-03-31T14:38:43Z",
"outside_ip_address": "35.158.251.251",
"status": "DOWN",
"status_message": ""
},
{
"accepted_route_count": 0,
"certificate_arn": "",
"last_status_change": "2022-03-31T14:39:41Z",
"outside_ip_address": "52.28.102.11",
"status": "DOWN",
"status_message": ""
}
],
"vpn_gateway_id": "vgw-0ee2337b82f2b3c59"
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"aws_customer_gateway.ACG",
"aws_vpc.vpc",
"aws_vpn_gateway.vpn_gw"
]
}
]
},
{
"mode": "managed",
"type": "aws_vpn_gateway",
"name": "vpn_gw",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"amazon_side_asn": "64512",
"arn": "arn:aws:ec2:eu-central-1:027619007323:vpn-gateway/vgw-0ee2337b82f2b3c59",
"availability_zone": null,
"id": "vgw-0ee2337b82f2b3c59",
"tags": {
"Name": "UB_Virtaul_Private_Gateway"
},
"tags_all": {
"Name": "UB_Virtaul_Private_Gateway"
},
"vpc_id": "vpc-009cafdde76673244"
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"aws_vpc.vpc"
]
}
]
},
{
"mode": "managed",
"type": "local_file",
"name": "VPN-configuration-file",
"provider": "provider[\"registry.terraform.io/hashicorp/local\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": "\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cvpn_connection id=\"vpn-03c7b666f7ddd2453\"\u003e\n \u003ccustomer_gateway_id\u003ecgw-0cd936a602611a529\u003c/customer_gateway_id\u003e\n \u003cvpn_gateway_id\u003evgw-0ee2337b82f2b3c59\u003c/vpn_gateway_id\u003e\n \u003cvpn_connection_type\u003eipsec.1\u003c/vpn_connection_type\u003e\n \u003cvpn_connection_attributes\u003eNoBGPVPNConnection\u003c/vpn_connection_attributes\u003e\n \u003cipsec_tunnel\u003e\n \u003ccustomer_gateway\u003e\n \u003ctunnel_outside_address\u003e\n \u003cip_address\u003e172.83.124.10\u003c/ip_address\u003e\n \u003c/tunnel_outside_address\u003e\n \u003ctunnel_inside_address\u003e\n \u003cip_address\u003e169.254.66.30\u003c/ip_address\u003e\n \u003cnetwork_mask\u003e255.255.255.252\u003c/network_mask\u003e\n \u003cnetwork_cidr\u003e30\u003c/network_cidr\u003e\n \u003c/tunnel_inside_address\u003e\n \u003c/customer_gateway\u003e\n \u003cvpn_gateway\u003e\n \u003ctunnel_outside_address\u003e\n \u003cip_address\u003e35.158.251.251\u003c/ip_address\u003e\n \u003c/tunnel_outside_address\u003e\n \u003ctunnel_inside_address\u003e\n \u003cip_address\u003e169.254.66.29\u003c/ip_address\u003e\n \u003cnetwork_mask\u003e255.255.255.252\u003c/network_mask\u003e\n \u003cnetwork_cidr\u003e30\u003c/network_cidr\u003e\n \u003c/tunnel_inside_address\u003e\n \u003c/vpn_gateway\u003e\n \u003cike\u003e\n \u003cauthentication_protocol\u003esha1\u003c/authentication_protocol\u003e\n \u003cencryption_protocol\u003eaes-128-cbc\u003c/encryption_protocol\u003e\n \u003clifetime\u003e28800\u003c/lifetime\u003e\n \u003cperfect_forward_secrecy\u003egroup2\u003c/perfect_forward_secrecy\u003e\n \u003cmode\u003emain\u003c/mode\u003e\n \u003cpre_shared_key\u003eGhjkk6RyKLZ_vpux6br9rQpqP9nbgcDO\u003c/pre_shared_key\u003e\n \u003c/ike\u003e\n \u003cipsec\u003e\n \u003cprotocol\u003eesp\u003c/protocol\u003e\n \u003cauthentication_protocol\u003ehmac-sha1-96\u003c/authentication_protocol\u003e\n \u003cencryption_protocol\u003eaes-128-cbc\u003c/encryption_protocol\u003e\n \u003clifetime\u003e3600\u003c/lifetime\u003e\n \u003cperfect_forward_secrecy\u003egroup2\u003c/perfect_forward_secrecy\u003e\n \u003cmode\u003etunnel\u003c/mode\u003e\n \u003cclear_df_bit\u003etrue\u003c/clear_df_bit\u003e\n \u003cfragmentation_before_encryption\u003etrue\u003c/fragmentation_before_encryption\u003e\n \u003ctcp_mss_adjustment\u003e1379\u003c/tcp_mss_adjustment\u003e\n \u003cdead_peer_detection\u003e\n \u003cinterval\u003e10\u003c/interval\u003e\n \u003cretries\u003e3\u003c/retries\u003e\n \u003c/dead_peer_detection\u003e\n \u003c/ipsec\u003e\n \u003c/ipsec_tunnel\u003e\n \u003cipsec_tunnel\u003e\n \u003ccustomer_gateway\u003e\n \u003ctunnel_outside_address\u003e\n \u003cip_address\u003e172.83.124.10\u003c/ip_address\u003e\n \u003c/tunnel_outside_address\u003e\n \u003ctunnel_inside_address\u003e\n \u003cip_address\u003e169.254.226.78\u003c/ip_address\u003e\n \u003cnetwork_mask\u003e255.255.255.252\u003c/network_mask\u003e\n \u003cnetwork_cidr\u003e30\u003c/network_cidr\u003e\n \u003c/tunnel_inside_address\u003e\n \u003c/customer_gateway\u003e\n \u003cvpn_gateway\u003e\n \u003ctunnel_outside_address\u003e\n \u003cip_address\u003e52.28.102.11\u003c/ip_address\u003e\n \u003c/tunnel_outside_address\u003e\n \u003ctunnel_inside_address\u003e\n \u003cip_address\u003e169.254.226.77\u003c/ip_address\u003e\n \u003cnetwork_mask\u003e255.255.255.252\u003c/network_mask\u003e\n \u003cnetwork_cidr\u003e30\u003c/network_cidr\u003e\n \u003c/tunnel_inside_address\u003e\n \u003c/vpn_gateway\u003e\n \u003cike\u003e\n \u003cauthentication_protocol\u003esha1\u003c/authentication_protocol\u003e\n \u003cencryption_protocol\u003eaes-128-cbc\u003c/encryption_protocol\u003e\n \u003clifetime\u003e28800\u003c/lifetime\u003e\n \u003cperfect_forward_secrecy\u003egroup2\u003c/perfect_forward_secrecy\u003e\n \u003cmode\u003emain\u003c/mode\u003e\n \u003cpre_shared_key\u003eTYkY4WJVEgytNPsmdvS7wzpFryXE_cTL\u003c/pre_shared_key\u003e\n \u003c/ike\u003e\n \u003cipsec\u003e\n \u003cprotocol\u003eesp\u003c/protocol\u003e\n \u003cauthentication_protocol\u003ehmac-sha1-96\u003c/authentication_protocol\u003e\n \u003cencryption_protocol\u003eaes-128-cbc\u003c/encryption_protocol\u003e\n \u003clifetime\u003e3600\u003c/lifetime\u003e\n \u003cperfect_forward_secrecy\u003egroup2\u003c/perfect_forward_secrecy\u003e\n \u003cmode\u003etunnel\u003c/mode\u003e\n \u003cclear_df_bit\u003etrue\u003c/clear_df_bit\u003e\n \u003cfragmentation_before_encryption\u003etrue\u003c/fragmentation_before_encryption\u003e\n \u003ctcp_mss_adjustment\u003e1379\u003c/tcp_mss_adjustment\u003e\n \u003cdead_peer_detection\u003e\n \u003cinterval\u003e10\u003c/interval\u003e\n \u003cretries\u003e3\u003c/retries\u003e\n \u003c/dead_peer_detection\u003e\n \u003c/ipsec\u003e\n \u003c/ipsec_tunnel\u003e\n\u003c/vpn_connection\u003e",
"content_base64": null,
"directory_permission": "0777",
"file_permission": "0777",
"filename": "UB_VPN.txt",
"id": "4d9ecfdfe57f4b011b41b7f61f0f562f91ccf161",
"sensitive_content": null,
"source": null
},
"sensitive_attributes": [
[
{
"type": "get_attr",
"value": "content"
}
]
],
"private": "bnVsbA==",
"dependencies": [
"aws_customer_gateway.ACG",
"aws_vpc.vpc",
"aws_vpn_connection.UB_VPN",
"aws_vpn_gateway.vpn_gw"
]
}
]
},
{
"mode": "managed",
"type": "local_file",
"name": "private_key",
"provider": "provider[\"registry.terraform.io/hashicorp/local\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"content": null,
"content_base64": null,
"directory_permission": "0777",
"file_permission": "0400",
"filename": "LL-TEST.pem",
"id": "eb416354fb329734cf849c50f693b843e355661e",
"sensitive_content": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0NrDtuMSDpgJZWiCMq8d2e0+lLeBCKmpsOzWeaFVjsaxhpI/\nG9Syi/r64OKzhvWqRv/vUECvnpg0C1z5Uiq1pSd3xm9Ctt8rJ8ZCMByOe+t/Ncvj\n8vEDWE1/W0L/Q7iFrUIHfYIY0GVRkW4kHHKR0JyFTEYisTdpk5Jy2b2pf1MRQbeG\nI/O57CAAOE2JB57dS4VEscppiyHz/MMPmeUPP+rSK2MjZgA29/dhlKd0t1T3/IBa\nyPf5qOgo5I7F9cBw4hzBK3cPsDsaXnIDo7gEr3m6cE2MJkUhCjEEEkYxv6jsOUNu\njYD7yHpgH5tQKe+tFPTEZMPdTOzNEmC6hYD6RQIDAQABAoIBAQCnNl73b7knQgZT\n0GZdGeL2dYFjI8AFJYEci6HzY33Sf7XmHfS03YfNlrWBkz9U0B7yFTqOsBtrCESy\nzE84v8UKYxz8HFv3eZldkNexGUviXttMQN9RxDB/ZByQ/oTMvVEZNAI3NA+V2WiC\n3QHAXOHteUMnnAduhwTaB6g4OCcaLf1H+9rPSGIggKj5uAwc525+ucoQnGiOUfTL\nTyh/Y2XliSB9GfTBw9J0/8kDfY4P7dk06v6+6yEYgKtgBktokfzdIs0qVL6M3MwD\nu0lJoy9X+h68C85ToxFtb/y1+qIPzEGvQRpM7wriCXcESG5GwG77wDofX+3t3zwZ\nVDA/xLsBAoGBANE0XdzUWjq09Yzr0ncF7/PBCvIL9GeNwZSVq9n4FSNyaJQyQs1t\nRZtKzCKMGwt952iEQXDVktvMLTgTvpSc9QFJKqJW4TMriGSAc9x8vB9/xbml9gA3\nxd9vPKhWhm0qdANEyvGE38DaIqaytLeXFVm5t3+S33NDFtfxodkC2Y6lAoGBAP+S\nWvwNiEvp4QO5c96qUo5fHzB+NONxnFlxtSIajsLOFtiMPq8LKK1BmxUE5+7fL9N4\nG7B1Ea+g3cb13abZE2JUtcQYbFPFsvM4/TiQ04MVfHKTvlrIlKP5CKn2jcIXq0RK\ntSfitq3YYDVmxoTT2Nz7Uo0yVHLezqih7giNWoshAoGAMr1HsqKSS8DN+WLMxe9b\ntjvwwqnhmigIdlgiuRfxUIqUELVr/FTvV+25OvvOJ2he8rt4/7vdBZAsu3gWdgbn\naWtserkln3qEdxOshiJ+ogkkVJWK55yfUkSxaoapzdpJDu3lZtR6TFTbqKCZMhnj\npMJlXfyqU1NHPBKv1WlaiL0CgYEAxE8DHEC4xLbtZBL7cbmamElwh6sprNsDoaC5\n5WxI5FGxMrznGUWVBSAzoz2VeeJtth24Bx6layZBtCX/D74GKa2vwOSRsPdWsYTA\n3MZB8Zp7cPcTbGBN7HXJtePwl3ne0CIibHS0pWxi2iILstOW7IcPre1O+L00OEvJ\nr0AEoIECgYBsG0xDsJH+YblD2MR+5vP7L9K05TPFND19B1Mz8hiQw5ktiHsCQPL3\nry5sNqJYORGt0XPG3fklVZq3mLJxMzsYn8KhhICZVpkiuiUYNPfRLFsFmIrEgiYA\n8fHVa1EmzpLG8bmIJB+7aF5rJpDkTrOWWtThnA92ln+HlK2MCMYPsg==\n-----END RSA PRIVATE KEY-----\n",
"source": null
},
"sensitive_attributes": [
[
{
"type": "get_attr",
"value": "sensitive_content"
}
]
],
"private": "bnVsbA==",
"dependencies": [
"tls_private_key.key"
]
}
]
},
{
"mode": "managed",
"type": "tls_private_key",
"name": "key",
"provider": "provider[\"registry.terraform.io/hashicorp/tls\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"algorithm": "RSA",
"ecdsa_curve": "P224",
"id": "73f5f9b8dc3f8f42eef68f9a5de46f4ef14f17d7",
"private_key_pem": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0NrDtuMSDpgJZWiCMq8d2e0+lLeBCKmpsOzWeaFVjsaxhpI/\nG9Syi/r64OKzhvWqRv/vUECvnpg0C1z5Uiq1pSd3xm9Ctt8rJ8ZCMByOe+t/Ncvj\n8vEDWE1/W0L/Q7iFrUIHfYIY0GVRkW4kHHKR0JyFTEYisTdpk5Jy2b2pf1MRQbeG\nI/O57CAAOE2JB57dS4VEscppiyHz/MMPmeUPP+rSK2MjZgA29/dhlKd0t1T3/IBa\nyPf5qOgo5I7F9cBw4hzBK3cPsDsaXnIDo7gEr3m6cE2MJkUhCjEEEkYxv6jsOUNu\njYD7yHpgH5tQKe+tFPTEZMPdTOzNEmC6hYD6RQIDAQABAoIBAQCnNl73b7knQgZT\n0GZdGeL2dYFjI8AFJYEci6HzY33Sf7XmHfS03YfNlrWBkz9U0B7yFTqOsBtrCESy\nzE84v8UKYxz8HFv3eZldkNexGUviXttMQN9RxDB/ZByQ/oTMvVEZNAI3NA+V2WiC\n3QHAXOHteUMnnAduhwTaB6g4OCcaLf1H+9rPSGIggKj5uAwc525+ucoQnGiOUfTL\nTyh/Y2XliSB9GfTBw9J0/8kDfY4P7dk06v6+6yEYgKtgBktokfzdIs0qVL6M3MwD\nu0lJoy9X+h68C85ToxFtb/y1+qIPzEGvQRpM7wriCXcESG5GwG77wDofX+3t3zwZ\nVDA/xLsBAoGBANE0XdzUWjq09Yzr0ncF7/PBCvIL9GeNwZSVq9n4FSNyaJQyQs1t\nRZtKzCKMGwt952iEQXDVktvMLTgTvpSc9QFJKqJW4TMriGSAc9x8vB9/xbml9gA3\nxd9vPKhWhm0qdANEyvGE38DaIqaytLeXFVm5t3+S33NDFtfxodkC2Y6lAoGBAP+S\nWvwNiEvp4QO5c96qUo5fHzB+NONxnFlxtSIajsLOFtiMPq8LKK1BmxUE5+7fL9N4\nG7B1Ea+g3cb13abZE2JUtcQYbFPFsvM4/TiQ04MVfHKTvlrIlKP5CKn2jcIXq0RK\ntSfitq3YYDVmxoTT2Nz7Uo0yVHLezqih7giNWoshAoGAMr1HsqKSS8DN+WLMxe9b\ntjvwwqnhmigIdlgiuRfxUIqUELVr/FTvV+25OvvOJ2he8rt4/7vdBZAsu3gWdgbn\naWtserkln3qEdxOshiJ+ogkkVJWK55yfUkSxaoapzdpJDu3lZtR6TFTbqKCZMhnj\npMJlXfyqU1NHPBKv1WlaiL0CgYEAxE8DHEC4xLbtZBL7cbmamElwh6sprNsDoaC5\n5WxI5FGxMrznGUWVBSAzoz2VeeJtth24Bx6layZBtCX/D74GKa2vwOSRsPdWsYTA\n3MZB8Zp7cPcTbGBN7HXJtePwl3ne0CIibHS0pWxi2iILstOW7IcPre1O+L00OEvJ\nr0AEoIECgYBsG0xDsJH+YblD2MR+5vP7L9K05TPFND19B1Mz8hiQw5ktiHsCQPL3\nry5sNqJYORGt0XPG3fklVZq3mLJxMzsYn8KhhICZVpkiuiUYNPfRLFsFmIrEgiYA\n8fHVa1EmzpLG8bmIJB+7aF5rJpDkTrOWWtThnA92ln+HlK2MCMYPsg==\n-----END RSA PRIVATE KEY-----\n",
"public_key_fingerprint_md5": "d8:7c:08:32:83:1d:93:52:b3:ee:e4:8b:3d:0a:be:34",
"public_key_openssh": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ2sO24xIOmAllaIIyrx3Z7T6Ut4EIqamw7NZ5oVWOxrGGkj8b1LKL+vrg4rOG9apG/+9QQK+emDQLXPlSKrWlJ3fGb0K23ysnxkIwHI576381y+Py8QNYTX9bQv9DuIWtQgd9ghjQZVGRbiQccpHQnIVMRiKxN2mTknLZval/UxFBt4Yj87nsIAA4TYkHnt1LhUSxymmLIfP8ww+Z5Q8/6tIrYyNmADb392GUp3S3VPf8gFrI9/mo6CjkjsX1wHDiHMErdw+wOxpecgOjuASvebpwTYwmRSEKMQQSRjG/qOw5Q26NgPvIemAfm1Ap760U9MRkw91M7M0SYLqFgPpF\n",
"public_key_pem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0NrDtuMSDpgJZWiCMq8d\n2e0+lLeBCKmpsOzWeaFVjsaxhpI/G9Syi/r64OKzhvWqRv/vUECvnpg0C1z5Uiq1\npSd3xm9Ctt8rJ8ZCMByOe+t/Ncvj8vEDWE1/W0L/Q7iFrUIHfYIY0GVRkW4kHHKR\n0JyFTEYisTdpk5Jy2b2pf1MRQbeGI/O57CAAOE2JB57dS4VEscppiyHz/MMPmeUP\nP+rSK2MjZgA29/dhlKd0t1T3/IBayPf5qOgo5I7F9cBw4hzBK3cPsDsaXnIDo7gE\nr3m6cE2MJkUhCjEEEkYxv6jsOUNujYD7yHpgH5tQKe+tFPTEZMPdTOzNEmC6hYD6\nRQIDAQAB\n-----END PUBLIC KEY-----\n",
"rsa_bits": 2048
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
}
]
}