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
@@ -110,6 +110,12 @@ variable "key_administrator_arn" {
default = null
}
variable "create_asg_role" {
description = "Create service linked role for autoscaling, required in key policy"
type = bool
default = true
}
################################################################################
# Grant
################################################################################