feat: updated cmk module and created localstack example
This commit is contained in:
@@ -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
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user