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
    • Education and Science
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Resource Manager
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • Resources
  • Data sources

Terraform reference for Yandex Resource Manager

Written by
Yandex Cloud
Updated at June 3, 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 guide.

ResourcesResources

Resource Manager supports the Terraform provider’s following resources:

Terraform resource Yandex Cloud resource
yandex_resourcemanager_cloud Cloud
yandex_resourcemanager_cloud_iam_binding Assigning access permissions for a cloud. It has a limit of 1,000 bindings per resource.
We recommend using yandex_resourcemanager_cloud_iam_member instead of yandex_resourcemanager_cloud_iam_binding.
yandex_resourcemanager_cloud_iam_member Assigning access permissions for a cloud
yandex_resourcemanager_folder Folder
yandex_resourcemanager_folder_iam_binding Assigning access permissions for a folder. It has a limit of 1,000 bindings per resource.
We recommend using yandex_resourcemanager_cloud_iam_member instead of yandex_resourcemanager_cloud_iam_binding.
yandex_resourcemanager_folder_iam_member Assigning access permissions for a folder
yandex_resourcemanager_folder_iam_policy Sets the folder access policy and replaces any specified policy.

Data sourcesData sources

Resource Manager supports the Terraform provider’s following data sources:

Terraform data source Description
yandex_resourcemanager_cloud Cloud information
yandex_resourcemanager_folder Folder information

Was the article helpful?

Previous
update
Next
Authentication with the API
© 2025 Direct Cursus Technology L.L.C.