Skip to content

Commit

Permalink
Update group output to use group_id (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkaye-ho authored Apr 29, 2024
1 parent 9c183c2 commit d612243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/groups/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
output "identitystore_groups" {
value = { for k, v in aws_identitystore_group.identity_store_groups : v.display_name => v.id }
value = { for k, v in aws_identitystore_group.identity_store_groups : v.display_name => v.group_id }
}

0 comments on commit d612243

Please sign in to comment.