Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Application Load Balancer
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • L7 load balancer logs
  • Release notes

In this article:

  • Resources
  • Data sources

Terraform reference for Yandex Application Load Balancer

Written by
Yandex Cloud
Updated at May 5, 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 Application Load Balancer:

Terraform resource Yandex Cloud resource
yandex_alb_backend_group Backend group
yandex_alb_http_router HTTP router
yandex_alb_load_balancer L7 load balancer
yandex_alb_target_group Target group
yandex_alb_virtual_host Virtual host

Data sourcesData sources

Application Load Balancer supports the following Terraform provider data sources:

Terraform data source Description
yandex_alb_backend_group Information about a backend group
yandex_alb_http_router Information about an HTTP router
yandex_alb_load_balancer Information about an L7 load balancer
yandex_alb_target_group Information about a target group
yandex_alb_virtual_host Information about a virtual host

Was the article helpful?

Previous
update-http-route
Next
Authentication with the API
Yandex project
© 2025 Yandex.Cloud LLC