Terraform reference for Yandex Application Load Balancer
Written by
Updated at May 19, 2025
With Terraform
Terraform is distributed under the Business Source License
For more information about Terraform, see this tutorial.
Resources
Application Load Balancer supports the following Terraform resources :
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 sources
Application Load Balancer supports the following Terraform data sources:
Terraform data source | Description |
---|---|
yandex_alb_backend_group |
Backend group information |
yandex_alb_http_router |
HTTP router information |
yandex_alb_load_balancer |
L7 load balancer information |
yandex_alb_target_group |
Target group information |
yandex_alb_virtual_host |
Virtual host information |