@@ -32,18 +32,6 @@ exports[`bucket is public 1`] = `
32
32
"restrict_public_buckets": false,
33
33
},
34
34
},
35
- "aws_s3_bucket_server_side_encryption_configuration": {
36
- "my_bucket_Encryption_3B1569A4": {
37
- "bucket": "\${aws_s3_bucket.my_bucket.bucket}",
38
- "rule": [
39
- {
40
- "apply_server_side_encryption_by_default": {
41
- "sse_algorithm": "AES256",
42
- },
43
- },
44
- ],
45
- },
46
- },
47
35
},
48
36
}
49
37
`;
@@ -97,14 +85,6 @@ exports[`bucket is public 2`] = `
97
85
"id": "Default",
98
86
"path": "root/Default/my_bucket/Default",
99
87
},
100
- "Encryption": {
101
- "constructInfo": {
102
- "fqn": "cdktf.TerraformResource",
103
- "version": "0.17.0",
104
- },
105
- "id": "Encryption",
106
- "path": "root/Default/my_bucket/Encryption",
107
- },
108
88
"PublicAccessBlock": {
109
89
"constructInfo": {
110
90
"fqn": "cdktf.TerraformResource",
@@ -183,18 +163,6 @@ exports[`bucket prefix must be lowercase 1`] = `
183
163
"force_destroy": false,
184
164
},
185
165
},
186
- "aws_s3_bucket_server_side_encryption_configuration": {
187
- "The-UncannyBucket_Encryption_4CFC1E98": {
188
- "bucket": "\${aws_s3_bucket.The-UncannyBucket.bucket}",
189
- "rule": [
190
- {
191
- "apply_server_side_encryption_by_default": {
192
- "sse_algorithm": "AES256",
193
- },
194
- },
195
- ],
196
- },
197
- },
198
166
},
199
167
}
200
168
`;
@@ -217,14 +185,6 @@ exports[`bucket prefix must be lowercase 2`] = `
217
185
"id": "Default",
218
186
"path": "root/Default/The-Uncanny.Bucket/Default",
219
187
},
220
- "Encryption": {
221
- "constructInfo": {
222
- "fqn": "cdktf.TerraformResource",
223
- "version": "0.17.0",
224
- },
225
- "id": "Encryption",
226
- "path": "root/Default/The-Uncanny.Bucket/Encryption",
227
- },
228
188
},
229
189
"constructInfo": {
230
190
"fqn": "constructs.Construct",
@@ -318,18 +278,6 @@ exports[`bucket prefix valid 1`] = `
318
278
"force_destroy": false,
319
279
},
320
280
},
321
- "aws_s3_bucket_server_side_encryption_configuration": {
322
- "the-uncannybucket_Encryption_78D02B71": {
323
- "bucket": "\${aws_s3_bucket.the-uncannybucket.bucket}",
324
- "rule": [
325
- {
326
- "apply_server_side_encryption_by_default": {
327
- "sse_algorithm": "AES256",
328
- },
329
- },
330
- ],
331
- },
332
- },
333
281
},
334
282
}
335
283
`;
@@ -383,14 +331,6 @@ exports[`bucket prefix valid 2`] = `
383
331
"id": "Default",
384
332
"path": "root/Default/the-uncanny.bucket/Default",
385
333
},
386
- "Encryption": {
387
- "constructInfo": {
388
- "fqn": "cdktf.TerraformResource",
389
- "version": "0.17.0",
390
- },
391
- "id": "Encryption",
392
- "path": "root/Default/the-uncanny.bucket/Encryption",
393
- },
394
334
},
395
335
"constructInfo": {
396
336
"fqn": "constructs.Construct",
@@ -540,18 +480,6 @@ exports[`bucket with onCreate method 1`] = `
540
480
"restrict_public_buckets": false,
541
481
},
542
482
},
543
- "aws_s3_bucket_server_side_encryption_configuration": {
544
- "my_bucket_Encryption_3B1569A4": {
545
- "bucket": "\${aws_s3_bucket.my_bucket.bucket}",
546
- "rule": [
547
- {
548
- "apply_server_side_encryption_by_default": {
549
- "sse_algorithm": "AES256",
550
- },
551
- },
552
- ],
553
- },
554
- },
555
483
"aws_s3_object": {
556
484
"my_bucket_my_bucket-oncreate-OnMessage-7b961f4d_S3Object_AA8B2734": {
557
485
"bucket": "\${aws_s3_bucket.Code.bucket}",
@@ -651,14 +579,6 @@ exports[`bucket with onCreate method 2`] = `
651
579
"id": "Default",
652
580
"path": "root/Default/my_bucket/Default",
653
581
},
654
- "Encryption": {
655
- "constructInfo": {
656
- "fqn": "cdktf.TerraformResource",
657
- "version": "0.17.0",
658
- },
659
- "id": "Encryption",
660
- "path": "root/Default/my_bucket/Encryption",
661
- },
662
582
"PublicAccessBlock": {
663
583
"constructInfo": {
664
584
"fqn": "cdktf.TerraformResource",
@@ -962,18 +882,6 @@ exports[`bucket with onDelete method 1`] = `
962
882
"restrict_public_buckets": false,
963
883
},
964
884
},
965
- "aws_s3_bucket_server_side_encryption_configuration": {
966
- "my_bucket_Encryption_3B1569A4": {
967
- "bucket": "\${aws_s3_bucket.my_bucket.bucket}",
968
- "rule": [
969
- {
970
- "apply_server_side_encryption_by_default": {
971
- "sse_algorithm": "AES256",
972
- },
973
- },
974
- ],
975
- },
976
- },
977
885
"aws_s3_object": {
978
886
"my_bucket_my_bucket-ondelete-OnMessage-1de1a361_S3Object_2203B527": {
979
887
"bucket": "\${aws_s3_bucket.Code.bucket}",
@@ -1073,14 +981,6 @@ exports[`bucket with onDelete method 2`] = `
1073
981
"id": "Default",
1074
982
"path": "root/Default/my_bucket/Default",
1075
983
},
1076
- "Encryption": {
1077
- "constructInfo": {
1078
- "fqn": "cdktf.TerraformResource",
1079
- "version": "0.17.0",
1080
- },
1081
- "id": "Encryption",
1082
- "path": "root/Default/my_bucket/Encryption",
1083
- },
1084
984
"PublicAccessBlock": {
1085
985
"constructInfo": {
1086
986
"fqn": "cdktf.TerraformResource",
@@ -1478,18 +1378,6 @@ exports[`bucket with onEvent method 1`] = `
1478
1378
"restrict_public_buckets": false,
1479
1379
},
1480
1380
},
1481
- "aws_s3_bucket_server_side_encryption_configuration": {
1482
- "my_bucket_Encryption_3B1569A4": {
1483
- "bucket": "\${aws_s3_bucket.my_bucket.bucket}",
1484
- "rule": [
1485
- {
1486
- "apply_server_side_encryption_by_default": {
1487
- "sse_algorithm": "AES256",
1488
- },
1489
- },
1490
- ],
1491
- },
1492
- },
1493
1381
"aws_s3_object": {
1494
1382
"my_bucket_my_bucket-oncreate-OnMessage-7b961f4d_S3Object_AA8B2734": {
1495
1383
"bucket": "\${aws_s3_bucket.Code.bucket}",
@@ -1623,14 +1511,6 @@ exports[`bucket with onEvent method 2`] = `
1623
1511
"id": "Default",
1624
1512
"path": "root/Default/my_bucket/Default",
1625
1513
},
1626
- "Encryption": {
1627
- "constructInfo": {
1628
- "fqn": "cdktf.TerraformResource",
1629
- "version": "0.17.0",
1630
- },
1631
- "id": "Encryption",
1632
- "path": "root/Default/my_bucket/Encryption",
1633
- },
1634
1514
"PublicAccessBlock": {
1635
1515
"constructInfo": {
1636
1516
"fqn": "cdktf.TerraformResource",
@@ -2194,18 +2074,6 @@ exports[`bucket with onUpdate method 1`] = `
2194
2074
"restrict_public_buckets": false,
2195
2075
},
2196
2076
},
2197
- "aws_s3_bucket_server_side_encryption_configuration": {
2198
- "my_bucket_Encryption_3B1569A4": {
2199
- "bucket": "\${aws_s3_bucket.my_bucket.bucket}",
2200
- "rule": [
2201
- {
2202
- "apply_server_side_encryption_by_default": {
2203
- "sse_algorithm": "AES256",
2204
- },
2205
- },
2206
- ],
2207
- },
2208
- },
2209
2077
"aws_s3_object": {
2210
2078
"my_bucket_my_bucket-onupdate-OnMessage-46c07356_S3Object_0B6EDB66": {
2211
2079
"bucket": "\${aws_s3_bucket.Code.bucket}",
@@ -2305,14 +2173,6 @@ exports[`bucket with onUpdate method 2`] = `
2305
2173
"id": "Default",
2306
2174
"path": "root/Default/my_bucket/Default",
2307
2175
},
2308
- "Encryption": {
2309
- "constructInfo": {
2310
- "fqn": "cdktf.TerraformResource",
2311
- "version": "0.17.0",
2312
- },
2313
- "id": "Encryption",
2314
- "path": "root/Default/my_bucket/Encryption",
2315
- },
2316
2176
"PublicAccessBlock": {
2317
2177
"constructInfo": {
2318
2178
"fqn": "cdktf.TerraformResource",
@@ -2547,18 +2407,6 @@ exports[`bucket with two preflight files 1`] = `
2547
2407
"restrict_public_buckets": false,
2548
2408
},
2549
2409
},
2550
- "aws_s3_bucket_server_side_encryption_configuration": {
2551
- "my_bucket_Encryption_3B1569A4": {
2552
- "bucket": "\${aws_s3_bucket.my_bucket.bucket}",
2553
- "rule": [
2554
- {
2555
- "apply_server_side_encryption_by_default": {
2556
- "sse_algorithm": "AES256",
2557
- },
2558
- },
2559
- ],
2560
- },
2561
- },
2562
2410
"aws_s3_object": {
2563
2411
"my_bucket_S3Object-file1txt_7AFE54AE": {
2564
2412
"bucket": "\${aws_s3_bucket.my_bucket.bucket}",
@@ -2624,14 +2472,6 @@ exports[`bucket with two preflight files 2`] = `
2624
2472
"id": "Default",
2625
2473
"path": "root/Default/my_bucket/Default",
2626
2474
},
2627
- "Encryption": {
2628
- "constructInfo": {
2629
- "fqn": "cdktf.TerraformResource",
2630
- "version": "0.17.0",
2631
- },
2632
- "id": "Encryption",
2633
- "path": "root/Default/my_bucket/Encryption",
2634
- },
2635
2475
"PublicAccessBlock": {
2636
2476
"constructInfo": {
2637
2477
"fqn": "cdktf.TerraformResource",
@@ -2744,18 +2584,6 @@ exports[`bucket with two preflight objects 1`] = `
2744
2584
"restrict_public_buckets": false,
2745
2585
},
2746
2586
},
2747
- "aws_s3_bucket_server_side_encryption_configuration": {
2748
- "my_bucket_Encryption_3B1569A4": {
2749
- "bucket": "\${aws_s3_bucket.my_bucket.bucket}",
2750
- "rule": [
2751
- {
2752
- "apply_server_side_encryption_by_default": {
2753
- "sse_algorithm": "AES256",
2754
- },
2755
- },
2756
- ],
2757
- },
2758
- },
2759
2587
"aws_s3_object": {
2760
2588
"my_bucket_S3Object-file1txt_7AFE54AE": {
2761
2589
"bucket": "\${aws_s3_bucket.my_bucket.bucket}",
@@ -2821,14 +2649,6 @@ exports[`bucket with two preflight objects 2`] = `
2821
2649
"id": "Default",
2822
2650
"path": "root/Default/my_bucket/Default",
2823
2651
},
2824
- "Encryption": {
2825
- "constructInfo": {
2826
- "fqn": "cdktf.TerraformResource",
2827
- "version": "0.17.0",
2828
- },
2829
- "id": "Encryption",
2830
- "path": "root/Default/my_bucket/Encryption",
2831
- },
2832
2652
"PublicAccessBlock": {
2833
2653
"constructInfo": {
2834
2654
"fqn": "cdktf.TerraformResource",
@@ -2923,18 +2743,6 @@ exports[`create a bucket 1`] = `
2923
2743
"force_destroy": false,
2924
2744
},
2925
2745
},
2926
- "aws_s3_bucket_server_side_encryption_configuration": {
2927
- "my_bucket_Encryption_3B1569A4": {
2928
- "bucket": "\${aws_s3_bucket.my_bucket.bucket}",
2929
- "rule": [
2930
- {
2931
- "apply_server_side_encryption_by_default": {
2932
- "sse_algorithm": "AES256",
2933
- },
2934
- },
2935
- ],
2936
- },
2937
- },
2938
2746
},
2939
2747
}
2940
2748
`;
@@ -2988,14 +2796,6 @@ exports[`create a bucket 2`] = `
2988
2796
"id": "Default",
2989
2797
"path": "root/Default/my_bucket/Default",
2990
2798
},
2991
- "Encryption": {
2992
- "constructInfo": {
2993
- "fqn": "cdktf.TerraformResource",
2994
- "version": "0.17.0",
2995
- },
2996
- "id": "Encryption",
2997
- "path": "root/Default/my_bucket/Encryption",
2998
- },
2999
2799
},
3000
2800
"constructInfo": {
3001
2801
"fqn": "constructs.Construct",
0 commit comments