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 Virtual Private Cloud
  • Getting started
  • DDoS Protection
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • Resources
  • Data sources

Terraform reference for Yandex Virtual Private Cloud

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

Virtual Private Cloud supports the following Terraform resources :

Terraform resource Yandex Cloud resource
yandex_vpc_address Cloud resource address
yandex_vpc_default_security_group Default security group
yandex_vpc_gateway Gateway
yandex_vpc_network Cloud network
yandex_vpc_route_table Route table
yandex_vpc_security_group Security group
yandex_vpc_security_group_rule Security group rule
yandex_vpc_subnet Subnet
yandex_vpc_private_endpoint Service connection

Data sourcesData sources

Virtual Private Cloud supports the following Terraform data sources:

Terraform data source Description
yandex_vpc_address Information on a cloud resource address
yandex_vpc_gateway Gateway information
yandex_vpc_network Cloud network information
yandex_vpc_route_table Route table information
yandex_vpc_security_group Security group information
yandex_vpc_security_group_rule Information on a security group rule
yandex_vpc_subnet Subnet information
yandex_vpc_private_endpoint Information about a service connection

Was the article helpful?

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