Skip to content

Commit

Permalink
Undo accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenyu committed Aug 23, 2023
1 parent 1a65b6c commit fd49f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/service/access_logs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {

resource "aws_s3_bucket" "access_logs" {
bucket_prefix = "${var.service_name}-access-logs"
force_destroy = true
force_destroy = false
# checkov:skip=CKV2_AWS_62:Event notification not necessary for this bucket expecially due to likely use of lifecycle rules
# checkov:skip=CKV_AWS_18:Access logging was not considered necessary for this bucket
# checkov:skip=CKV_AWS_144:Not considered critical to the point of cross region replication
Expand Down

0 comments on commit fd49f5d

Please sign in to comment.