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