variable "environment" {
  type        = string
  description = "The name of the environment"
  default     = "qa"
}

variable "destination_name" {
  type        = string
  description = "The name of the Fivetran destination"
  default     = "QA_NR_DELIVERY"
}
