We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb8dd5 commit 1900a66Copy full SHA for 1900a66
modules/agentless-scanning/main.tf
@@ -417,6 +417,7 @@ Resources:
417
Description: "Sysdig Agentless Scanning encryption key"
418
PendingWindowInDays: ${var.kms_key_deletion_window}
419
KeyUsage: "ENCRYPT_DECRYPT"
420
+ EnableKeyRotation: true # Enables automatic yearly rotation
421
KeyPolicy:
422
Id: ${local.scanning_resource_name}
423
Statement:
modules/agentless-scanning/organizational.tf
@@ -181,6 +181,7 @@ Resources:
181
182
183
184
185
186
187
0 commit comments