You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tf-modules/monitoring/sns-email-topic/variables.tf

14 lines
290 B
HCL

variable "sns_emails" {
type = list
default = []
}
variable "tags" {
default = {}
type = map
description = "Optional tag mapping to apply to the infrastructure"
}
variable "prefix" {
default = "monitoring"
description = "String to prefix to all resources"
}