-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update aws_s3_example.tf #19
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check failed
@@ -11,7 +11,7 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "sse_example" { | |||
} | |||
} | |||
|
|||
# S3 Bucket | |||
# S3 Bucket sss | |||
resource "aws_s3_bucket" "example" { |
There was a problem hiding this comment.
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
@@ -1,5 +1,5 @@ | |||
# Server Side Encryption./.... | |||
# new comment | |||
# new comment5fa | |||
resource "aws_s3_bucket_server_side_encryption_configuration" "sse_example" { |
There was a problem hiding this comment.
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
No description provided.