Terraform data source for managing an AWS SSO Identity Store Groups.
data "aws_ssoadmin_instances" "example" {}
data "aws_identitystore_groups" "example" {
identity_store_id = data.aws_ssoadmin_instances.example.identity_store_ids[0]
}
The following arguments are required:
identity_store_id
- (Required) Identity Store ID associated with the Single Sign-On (SSO) Instance.This data source exports the following attributes in addition to the arguments above:
groups
- List of Identity Store Groups
group_id
- Identifier of the group in the Identity Store.description
- Description of the specified group.display_name
- Group's display name.external_ids
- List of identifiers issued to this resource by an external identity provider.
id
- Identifier issued to this resource by an external identity provider.issuer
- Issuer for an external identifier.