variable "databases" {
  type = list(string)
  description = "List of databases which will be monitored by Datadog agent"
}

variable "owner" {
  type = string
  description = "Object owner for all newly created objects"
}

variable "datadog_roles" {
  type    = list(string)
  default = []
}
