Skip to content

Commit f8901a5

Browse files
committed
add comment for semgrep
1 parent 8533d38 commit f8901a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/modules/kms/kms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "aws_kms_key" "splunkkms" {
22
#provider = aws.region-primary
33
description = "Splunk KMS key"
4-
# true by default
4+
# key rotation true by default
55
enable_key_rotation = var.enable_key_rotation # semgrep exclude
66
deletion_window_in_days = var.deletion_window_in_days
77
rotation_period_in_days = var.rotation_period_in_days

0 commit comments

Comments
 (0)