最近更新时间:2020-09-10 21:00:51
This data source provides a list of Load Balancer Rule resources according to their Load Balancer Rule ID.
data "ksyun_lb_acls" "default" {
output_file="output_result"
ids=[]
}
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
).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.纯净模式