Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 18, 2019
1 parent 4e360ae commit 7569b43
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 @@ -33,7 +33,7 @@ resource "aws_iam_user" "audit" {
count = "${length(var.users)}"
name = "${var.users[count.index]}"
tags = {
"EmailAddress" = "${index(var.email_addresses,count.index)}"
"EmailAddress" = "${var.email_addresses[count.index]}"
}
}

Expand Down

0 comments on commit 7569b43

Please sign in to comment.