Skip to content

Commit

Permalink
fix: group name reference
Browse files Browse the repository at this point in the history
  • Loading branch information
patheard committed Apr 10, 2024
1 parent a51c70a commit ae30231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ locals {
}

resource "aws_ssoadmin_account_assignment" "articles" {
for_each = { for perm in local.articles_permission_set_arns : perm.group.name => perm }
for_each = { for perm in local.articles_permission_set_arns : perm.group.display_name => perm }

instance_arn = local.sso_instance_arn
permission_set_arn = each.value.permission_set_arn
Expand Down

0 comments on commit ae30231

Please sign in to comment.