1
0

feat: updated cmk module and created localstack example

This commit is contained in:
xpk
2026-02-25 14:14:06 +08:00
parent 89069b105b
commit 52025a27d6
7 changed files with 110 additions and 6 deletions
+15
View File
@@ -0,0 +1,15 @@
module "cmk" {
source = "../../../modules/security_identity_compliance/CustomerManagedKmsKeys"
enable_key_rotation = true
deletion_window_in_days = 7
create-allpurpose-key = true
create-backup-key = true
create-database-key = true
create-eksebs-key = true
create-log-key = true
create-notify-key = true
create-secret-key = true
create-storage-key = true
}