We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be0c71 commit eacef5bCopy full SHA for eacef5b
modules/iam_identity_center/main.tf
@@ -98,7 +98,7 @@ resource "aws_ssoadmin_account_assignment" "this" {
98
instance_arn = tolist(data.aws_ssoadmin_instances.this.arns)[0]
99
permission_set_arn = aws_ssoadmin_permission_set.this[each.value.policy_set].arn
100
101
- principal_id = data.aws_identitystore_group.this.group_id
+ principal_id = aws_identitystore_group.this.group_id
102
principal_type = "GROUP"
103
104
target_id = var.aws_account
0 commit comments