variable "environment" {
  description = "Name of the environment, e.g. dev, qa, prod"
  default     = "qa"
}

variable "application_family" {
  default = "data-platform"
}

variable "service_name" {
  description = "Name of the lambda function"
  default     = "snowflake-mysql-connector-poc"
}
