variable "aws_region" {
  default = "us-east-1"
}

variable "service_name" {
  default = "ds-sme-projects"
}

variable "application_family" {
  type        = string
  description = "The name of the application family."
  default     = "machine-learning"
}

variable "usernames" {
  type        = list(string)
  description = "List of Github usernames."
  default     = ["petsvakala", "sme-stow001", "sme-kim0045", "sme-vada001"]
}
