Skip to content

Commit 00580b8

Browse files
committed
add comment for semgrep
1 parent 22527a0 commit 00580b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

terraform/modules/kms/kms.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# nosemgrep
12
resource "aws_kms_key" "splunkkms" {
23
#provider = aws.region-primary
34
description = "Splunk KMS key"
45
# key rotation true by default
5-
enable_key_rotation = var.enable_key_rotation # nosemgrep
6+
enable_key_rotation = var.enable_key_rotation
67
deletion_window_in_days = var.deletion_window_in_days
78
rotation_period_in_days = var.rotation_period_in_days
89

0 commit comments

Comments
 (0)