Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 12, 2021
1 parent 2525e1b commit b4283c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module "user_email" {
resource "aws_iam_policy_attachment" "user_policy" {
for_each = local.attached_policies
name = format("%v-attachment", each.key)
users = aws_iam_user.user.user_name
users = aws_iam_user.user.name
policy_arn = each.value
}

0 comments on commit b4283c9

Please sign in to comment.