全部文档
当前文档

暂无内容

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

文档中心

ksyun_lbs

最近更新时间:2020-09-10 20:56:08

This data source provides a list of Load Balancer resources according to their Load Balancer ID, VPC ID and Subnet ID.

Example Usage

data "ksyun_lbs" "default" {
  output_file="output_result"
  name_regex=""
  ids=[]
  state=""
  vpc_id=[]
}

Argument Reference

The following arguments are supported:

  • ids - (Optional) A list of Load Balancer IDs, all the LBs belong to this region will be retrieved if the ID is "".
  • name_regex - (Optional) A regex string to filter resulting lbs by name.
  • vpc_id - (Optional) The ID of the VPC linked to the Load Balancers.
  • subnet_id - (Optional) The ID of subnet that intrant load balancer belongs to.
  • 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:

  • lbs - It is a nested type which documented below.
  • total_count - Total number of Load Balancers that satisfy the condition.

The attribute (lbs) support the following:

  • id - The ID of Load Balancer.
  • name - The name of Load Balancer.
  • vpc_id - The ID of the VPC linked to the Load Balancers.
  • subnet_id - (Optional) The ID of subnet that intrant load balancer belongs to.
  • private_ip - The IP address of intranet IP.
文档导读
纯净模式常规模式

纯净模式

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