yandex_organizationmanager_group (Data Source)
Written by
Updated at September 11, 2025
Get information about a Yandex Cloud Organization Manager Group. For more information, see the official documentation.
Warning
One of group_id or name should be specified.
Example usage
//
// Get information about existing OrganizationManager Group.
//
data "yandex_organizationmanager_group" "group" {
group_id = "some_group_id"
organization_id = "some_organization_id"
}
output "my_group.name" {
value = data.yandex_organizationmanager_group.group.name
}
Schema
Optional
group_id(String) ID of a Group.name(String) The resource name.organization_id(String) Organization that the Group belongs to. If value is omitted, the default provider organization is used.
Read-Only
created_at(String) The creation timestamp of the resource.description(String) The resource description.id(String) The ID of this resource.members(List of Object) A list of members of the Group. (see below for nested schema)
Nested Schema for members
Read-Only:
id(String)type(String)