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

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

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