Skip to content

Commit 541d1a7

Browse files
committed
add comment for semgrep
1 parent fb54eeb commit 541d1a7

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,7 +1,8 @@
11
resource "aws_kms_key" "splunkkms" {
22
#provider = aws.region-primary
33
description = "Splunk KMS key"
4-
enable_key_rotation = var.enable_key_rotation
4+
# true by default
5+
enable_key_rotation = var.enable_key_rotation # semgrep
56
deletion_window_in_days = var.deletion_window_in_days
67
rotation_period_in_days = var.rotation_period_in_days
78

0 commit comments

Comments
 (0)