Skip to content

Commit

Permalink
comment out assignment temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
zachrundle committed Aug 27, 2024
1 parent 3e39380 commit 55db31f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/iam_identity_center/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ resource "aws_identitystore_group_membership" "this" {
member_id = aws_identitystore_user.this[each.key].user_id
}

resource "aws_ssoadmin_account_assignment" "this" {
instance_arn = tolist(data.aws_ssoadmin_instances.example.arns)[0]
permission_set_arn = data.aws_ssoadmin_permission_set.example.arn
# resource "aws_ssoadmin_account_assignment" "this" {
# instance_arn = tolist(data.aws_ssoadmin_instances.this.arns)[0]
# permission_set_arn = data.aws_ssoadmin_permission_set.this.arn

principal_id = data.aws_identitystore_group.this.group_id
principal_type = "GROUP"
# principal_id = data.aws_identitystore_group.this.group_id
# principal_type = "GROUP"

target_id = "123456789012"
target_type = "AWS_ACCOUNT"
}
# target_id = "123456789012"
# target_type = "AWS_ACCOUNT"
# }

0 comments on commit 55db31f

Please sign in to comment.