variable "account" {
  type        = string
  description = "Snowflake account name"
  default     = "delphi"
}

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

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