variable "environment" {
  type        = string
  description = "The environment name"
  default     = "dev"
}

variable "service_name" {
  type        = string
  description = "The name of the service"
  default     = "metamulate"
}

variable "application_family" {
  type        = string
  description = "The application family"
  default     = "integrations"
}

variable "domain_name" {
  type        = string
  description = "The domain name for the environment"
  default     = "dev.theorchard.io"
}
