variable "database" {
  type        = string
  description = "The name of the database (must be upper-case)."
}

variable "schema" {
  type        = string
  description = "The name of the schema"
}

variable "view" {
  type        = string
  description = "The name of the view"
}
