Skip to content

Commit

Permalink
Some linter ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrod-lowe committed Aug 10, 2024
1 parent e5a1b8d commit a6e7189
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/environment/aws/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ import {
}

resource "aws_s3_bucket" "state" {

Check warning on line 6 in terraform/environment/aws/s3.tf

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

terraform/environment/aws/s3.tf#L6

Ensure S3 buckets should have event notifications enabled
# checkov:skip=CKV_AWS_18:Access logging is overkill for us
# checkov:skip=CKV_AWS_144:Cross-Region replication not required
# checkov:skip=CKV_AWS_62:Event notifications not required
# checkov:skip=CKV_AWS_145:AWS Key is sufficient
bucket = "terraform-state-${data.aws_caller_identity.current.account_id}"
force_destroy = false

Expand Down

0 comments on commit a6e7189

Please sign in to comment.