We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efaead5 commit 723f21bCopy full SHA for 723f21b
iam_terraform/main.tf
@@ -3,7 +3,7 @@ resource "aws_iam_user" "users" {
3
name = var.user_names[count.index]
4
}
5
6
-Create a file outputs.tf with below content:
+#Create a file outputs.tf with below content:
7
8
output "Simon_arn" {
9
value = aws_iam_user.users[0].arn
0 commit comments