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
{{ message }}
This repository was archived by the owner on Sep 12, 2023. It is now read-only.
description = "Your marbot endpoint ID (to get this value: select a channel where marbot belongs to and send a message like this: \"@marbot show me my endpoint id\")."
}
variable "enabled" {
type = bool
description = "Turn the module on or off"
default = true
}
variable "module_version_monitoring_enabled" {
type = bool
description = "Report the module version back to marbot to notify if updates are available."
default = true
}
variable "tags" {
description = "A map of tags to add to all resources"