Skip to content

Commit 723f21b

Browse files
Update main.tf
1 parent efaead5 commit 723f21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iam_terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "aws_iam_user" "users" {
33
name = var.user_names[count.index]
44
}
55

6-
Create a file outputs.tf with below content:
6+
#Create a file outputs.tf with below content:
77

88
output "Simon_arn" {
99
value = aws_iam_user.users[0].arn

0 commit comments

Comments
 (0)