You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[aws_identitystore_group.groups](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/identitystore_group)| data source |
30
+
|[aws_identitystore_user.users](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/identitystore_user)| data source |
31
+
|[aws_ssoadmin_permission_set.permission_sets](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssoadmin_permission_set)| data source |
32
+
33
+
## Inputs
34
+
35
+
| Name | Description | Type | Default | Required |
| <aname="input_identity_store_id"></a> [identity\_store\_id](#input\_identity\_store\_id)| The Identity Store ID associated with the Single Sign-On Instance. |`string`| n/a | yes |
39
+
| <aname="input_instance_arn"></a> [instance\_arn](#input\_instance\_arn)| The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed. |`string`| n/a | yes |
40
+
| <aname="input_organization_accounts"></a> [organization\_accounts](#input\_organization\_accounts)| List of information of accounts which belongs to AWS Organizations. | <pre>list(object({<br> arn = string<br> email = string<br> id = string<br> name = string<br> }))</pre> | n/a | yes |
0 commit comments