variable aws_region {
  default     = "us-east-1"
  description = "AWS region"
}

variable environment {
  description = "Available values:  dev, qa, prod."
  default     = "qa"
}


variable abacus_squad_members {
  description = "Who is on the abacus squad"
  default = [
    "menger",
    "vzhyvotkov",
    "jviletto",
    "anavalu",
    "tdenkinger",
    "oyatsuk",
    "aentwistle"
  ]
}
