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" + } + } +}