Just trying to create IAM users with optional tags:
resource "aws_iam_user" "root" { for_each = var.iam_users_root name = each.key