We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22527a0 commit 00580b8Copy full SHA for 00580b8
1 file changed
terraform/modules/kms/kms.tf
@@ -1,8 +1,9 @@
1
+# nosemgrep
2
resource "aws_kms_key" "splunkkms" {
3
#provider = aws.region-primary
4
description = "Splunk KMS key"
5
# key rotation true by default
- enable_key_rotation = var.enable_key_rotation # nosemgrep
6
+ enable_key_rotation = var.enable_key_rotation
7
deletion_window_in_days = var.deletion_window_in_days
8
rotation_period_in_days = var.rotation_period_in_days
9
0 commit comments