yandex_organizationmanager_group_mapping (Resource)
Written by
Updated at February 9, 2026
Allows management of Yandex Cloud Organization Manager Group Mapping. It supports the creation, updating(enabling/disabling), and deletion of group mapping.
Example usage
//
// Create a new OrganizationManager Group Mapping.
//
resource "yandex_organizationmanager_group_mapping" "my_group_map" {
federation_id = "my-federation-id"
enabled = true
}
Arguments & Attributes Reference
enabled(Bool). Set "true" to enable organization manager group mapping.federation_id(Required)(String). ID of the SAML Federation.id(String).
Import
The resource can be imported by using their resource ID. For getting it you can use Yandex Cloud Web Console
# terraform import yandex_organizationmanager_group_mapping.<resource Name> <resource Id>
terraform import yandex_organizationmanager_group.my_group_map ...