Skip to content

Commit

Permalink
Change user module outputs to use user_id (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkaye-ho authored Apr 29, 2024
1 parent d612243 commit d471e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/users/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
output "identitystore_users" {
value = { for k, v in aws_identitystore_user.identity_center_users : v.user_name => v.id }
value = { for k, v in aws_identitystore_user.identity_center_users : v.user_name => v.user_id }
}

0 comments on commit d471e16

Please sign in to comment.