From 02b3596979e4ac921f7fcd966a76deb6304f2869 Mon Sep 17 00:00:00 2001 From: "bridgecrew-dev[bot]" <83754225+bridgecrew-dev[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 07:19:55 +0000 Subject: [PATCH] Bridgecrew has found BC_AWS_S3_19 and 1 other error(s) --- .../failing/BC_AWS_NETWORKING_29.tf | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 features/smart_fixes/failing/BC_AWS_NETWORKING_29.tf diff --git a/features/smart_fixes/failing/BC_AWS_NETWORKING_29.tf b/features/smart_fixes/failing/BC_AWS_NETWORKING_29.tf new file mode 100644 index 0000000..7f07734 --- /dev/null +++ b/features/smart_fixes/failing/BC_AWS_NETWORKING_29.tf @@ -0,0 +1,20 @@ +{ + "Resources": { + "S3Bucket": { + "Type": "AWS::S3::Bucket", + "Properties": { + "BucketName": "bucket-cfn-demo-achia11", + "MetricsConfigurations": [ + { + "Id": "EntireBucket" + } + ], + "PublicAccessBlockConfiguration": { + "BlockPublicAcls": true, + "RestrictPublicBuckets": true + } + }, + "DeletionPolicy": "Retain" + } + } +}