Skip to content

Commit

Permalink
Remove comment about tfsec issue that was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mfcaro committed Jul 25, 2021
1 parent d21a83a commit 15296f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ data "template_file" "website_bucket_policy" {
}
}

# tfsec issues ignored (https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteAccessPermissionsReqd.html)
# - AWS001: The contents of the bucket can be accessed publicly. Access should be allowed because it is hosting a website
# - AWS017: The bucket objects could be read if compromised. TODO, implement this.
resource "aws_s3_bucket" "website" { # tfsec:ignore:AWS017
provider = aws.main
Expand Down

0 comments on commit 15296f3

Please sign in to comment.