文档中心 Terraform Provider参考 SLB Data Sources ksyun_lb_acls

ksyun_lb_acls

最近更新时间:2020-09-10 21:00:51

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

Example Usage

data "ksyun_lb_acls" "default" {
  output_file="output_result"
  ids=[]

}

Argument Reference

The following arguments are supported:

  • ids - (Optional) A list of LB Rule IDs, all the LB Rules belong to the Load Balancer listener 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:

  • lb_acls - It is a nested type which documented below.
  • total_count - Total number of LB Rules that satisfy the condition.
上一篇:ksyun_lb_listeners
下一篇:ksyun_lb_backend_server_groups
以上内容是否对您有帮助?
有帮助
没帮助