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
@@ -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