全部文档
当前文档

暂无内容

如果没有找到您期望的内容,请尝试其他搜索词

文档中心

ksyun_lb_listener_servers

最近更新时间:2020-09-10 21:37:17

This data source provides a list of Load Balancer Listener Server resources according to their Load Balancer Listener Server ID.

Example Usage

data "ksyun_listener_servers" "default" {
  output_file="output_result"
  ids=[]
  listener_id=[]
  real_server_ip=["10.72.20.126","172.31.16.20"]
}

Argument Reference

The following arguments are supported:

  • ids - (Optional) A list of LB Listener Server IDs, all the LB Listener Servers belong to this region will be retrieved if the ID is "".
  • output_file - (Optional) File name where to save data source results (after running terraform plan).

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • listener_id - The ID of LB Listener.
  • real_server_ip - The name of LB Listener Server.
文档导读
纯净模式常规模式

纯净模式

点击可全屏预览文档内容
文档反馈