Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions aws/aws_s3_example.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Server Side Encryption./....
# new comment
# Server Side Encryption./.
# new comment5fa
resource "aws_s3_bucket_server_side_encryption_configuration" "sse_example" {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⛔ [LOW] IAM Access Analyzer Is Not Enabled
'aws_accessanalyzer_analyzer' should be set

bucket = aws_s3_bucket.example.bucket

Expand All @@ -11,7 +11,7 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "sse_example" {
}
}

# S3 Bucket
# S3 Bucket sss
resource "aws_s3_bucket" "example" {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⛔ [MEDIUM] S3 Bucket Server Access Logging is Disabled
'logging' should be defined and not null

bucket = "my-tf-test-bucket"
acl = "private"
Expand Down