variable "iam_users" {
  type    = map(object({ Name = string, Email = string, Groups = list(string) }))
  default = {}
}
