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