Skip to content

Commit

Permalink
fix(iam-sso): users with no group memberships should be configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
Claus-Theodor Riegg authored and crigertg committed Mar 27, 2023
1 parent 38b79db commit 0a657f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/iam_sso/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {
user_id = aws_identitystore_user.this[user].user_id
group_id = aws_identitystore_group.this[group].group_id
}
]
] if user_config.group_memberships != null
])

# build a list of all groups to assign to the given accounts
Expand Down

0 comments on commit 0a657f4

Please sign in to comment.