Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
1 parent 663c6db commit a8d5e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ output "superadmin_passwords" {
}

output "iam_user_names" {
value = [ for user in module.iam_user : user.iam_user_name ]
value = [for user in module.iam_user : user.iam_user_name]
description = "List of usernames for simple validation"
}

0 comments on commit a8d5e1c

Please sign in to comment.