variable "database_name" {
  description = "The name of the database where Cortex agent and related objects are stored."
  default     = "LORELAI_AGENT"
}

variable "cortex_search_warehouse" {
  description = "The name of the warehouse Cortex search is using."
  default     = "DEV_PERFORMANCE_WAREHOUSE"
}
