1
0

feat: added key for ssm

This commit is contained in:
xpk
2026-02-26 14:26:37 +08:00
parent 53271833ef
commit 149d3938f8
4 changed files with 50 additions and 1 deletions
@@ -13,6 +13,7 @@ module "example-keys" {
create-secret-key = true
create-storage-key = true
create-eksebs-key = true
create-ssm-key = true
key_administrator_arn = data.aws_caller_identity.this.arn
}