alicloud_alb_listeners

This data source provides the Application Load Balancer (ALB) Listeners of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_alb_listeners" "ids" {
  ids = ["example_id"]
}
output "alb_listener_id_1" {
  value = data.alicloud_alb_listeners.ids.listeners.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

The following attributes are exported in addition to the arguments listed above: