Skip to content

Commit 4e58423

Browse files
committed
eli-327 adding checkov skip
1 parent 14626b1 commit 4e58423

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • infrastructure/modules/s3

infrastructure/modules/s3/kms.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
resource "aws_kms_key" "storage_bucket_cmk" {
2+
#checkov:skip=CKV2_AWS_64: KMS key policy is defined in api-layer iam_policies.tf
23
description = "${terraform.workspace == "default" ? "" : "${terraform.workspace}-"}${var.bucket_name} Master Key"
34
deletion_window_in_days = 14
45
is_enabled = true

0 commit comments

Comments
 (0)