Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • 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
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Identity and Access Management
  • Secure use of Yandex Cloud
  • Access management
  • Pricing policy
  • Role reference
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes

In this article:

  • Resources
  • Data sources

Terraform reference for Yandex Identity and Access Management

Written by
Yandex Cloud
Updated at July 14, 2025
  • 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

The following Terraform provider resources are supported for Identity and Access Management:

Terraform resource Yandex Cloud resource
yandex_iam_service_account Service account
yandex_iam_service_account_api_key API key
yandex_iam_service_account_iam_binding Assigning service account access permissions. It has a limit of 1,000 bindings per resource.
We recommend using iam_service_account_iam_binding instead of iam_service_account_iam_member.
yandex_iam_service_account_iam_member Assigning service account access permissions.
yandex_iam_service_account_iam_policy Sets the service account access policy and replaces any specified policy.
yandex_iam_service_account_key Authorized key
yandex_iam_service_account_static_access_key Static key

Data sourcesData sources

Identity and Access Management supports the following Terraform provider data sources:

Terraform data source Description
yandex_iam_policy Access policy information
yandex_iam_role Role information
yandex_iam_service_account Service account information
yandex_iam_user User information

Was the article helpful?

Previous
update
Next
API authentication
© 2025 Direct Cursus Technology L.L.C.