Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Identity Hub
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  • Yandex Identity Hub Sync Agent release notes

In this article:

  • Resources
  • Data sources

Terraform reference for Yandex Identity Hub

Written by
Yandex Cloud
Updated at January 13, 2026
  • Resources
  • Data sources

With Terraform, you can quickly create a cloud infrastructure in Yandex Cloud and manage it using configuration files. These files store the infrastructure description written in HashiCorp Configuration Language (HCL). If you change the configuration files, Terraform automatically detects which part of your configuration is already deployed, and what should be added or removed.

Terraform is distributed under the Business Source License. The Yandex Cloud provider for Terraform is distributed under the MPL-2.0 license.

For more information about Terraform, see this tutorial.

ResourcesResources

Identity Hub supports the following Terraform provider resources:

Terraform resource Yandex Cloud resource
yandex_organizationmanager_group User group
yandex_organizationmanager_group_iam_member Assigning user group access permissions
yandex_organizationmanager_group_mapping Setting up user group mapping
yandex_organizationmanager_group_mapping_item User group mapping element
yandex_organizationmanager_group_membership Member of a user group
yandex_organizationmanager_idp_application_oauth_application OIDC app
yandex_organizationmanager_idp_application_saml_application SAML app
yandex_organizationmanager_idp_user Local user
yandex_organizationmanager_idp_userpool User pool
yandex_organizationmanager_organization_iam_binding Assigning access permissions for an organization. It has a limit of 1,000 bindings per resource.
We recommend using yandex_organizationmanager_organization_iam_binding instead of yandex_organizationmanager_organization_iam_member.
yandex_organizationmanager_organization_iam_member Assigning access permissions for an organization.
yandex_organizationmanager_os_login_settings OS Login access settings
yandex_organizationmanager_saml_federation SAML-compatible identity federation
yandex_organizationmanager_saml_federation_user_account Federated user
yandex_organizationmanager_user_ssh_key SSH key for access via OS Login

Data sourcesData sources

Identity Hub supports the following Terraform provider data sources:

Terraform data source Description
yandex_organizationmanager_group User group information
yandex_organizationmanager_idp_application_oauth_application Information about the OIDC application
yandex_organizationmanager_idp_application_saml_application Information about the SAML application
yandex_organizationmanager_idp_user Local user information
yandex_organizationmanager_idp_userpool User pool information
yandex_organizationmanager_os_login_settings Information on configuring access via OS Login
yandex_organizationmanager_saml_federation Information about a SAML-compatible identity federation
yandex_organizationmanager_saml_federation_user_account Federated user information
yandex_organizationmanager_user_ssh_key Information about a user SSH key

Was the article helpful?

Previous
remove
Next
Authentication
© 2026 Direct Cursus Technology L.L.C.