bsmsapp/terraform/modules/eventbridge/variables.tf

9 lines
322 B
HCL

# ------------------------------------------------------------------------------
# Amazon EventBridge variables
# ------------------------------------------------------------------------------
variable "tags" {
description = "A mapping of tags to assign to the resource"
type = map(string)
default = {}
}