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

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

variable "datadog_monitor_enabled" {
  default = true
}
