feat: added key for ssm
This commit is contained in:
@@ -38,6 +38,12 @@ variable "create-notify-key" {
|
||||
type = bool
|
||||
}
|
||||
|
||||
variable "create-ssm-key" {
|
||||
description = "Create a CMK for use with SSM parameters"
|
||||
type = bool
|
||||
}
|
||||
|
||||
|
||||
variable "name-prefix" {
|
||||
description = "Assign a name prefix for key alias"
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user