You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "List of parameters to read from SSM. These must already exist otherwise an error is returned. Can be used with `parameter_write` as long as the parameters are different."
default = []
}
variable "parameter_write" {
type = list(map(string))
description = "List of maps with the parameter values to write to SSM Parameter Store"
default = []
}
variable "kms_arn" {
type = string
default = ""
description = "The ARN of a KMS key used to encrypt and decrypt SecretString values"
}
variable "split_delimiter" {
type = string
default = "~^~"
description = "A delimiter for splitting and joining lists together for normalising the output"