variable "users" {
  type        = list(string)
  description = "List of users"
  default = [
    "SME NYC US 1",
    "SME NYC US 2",
    "NY Palo Alto",
  ]
}
