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

variable "team_members" {
  type = list(string)
  default = [
    "aentwistle",
    "jfidlow",
    "jraysor",
    "rstiphout",
    "evlastos"
  ]
}
