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

ksyun_lb_host_headers

最近更新时间:2020-09-10 21:06:57

This data source provides a list of lb host headers in the current region.

Example Usage

provider "ksyun" {
}
# Get slbs
data "ksyun_lb_host_headers" "default" {
output_file="output_result"
ids=[]
listener_id=[]
}

Argument Reference

  • ids - (Optional) A list of hostheader IDs.
  • listener_id - (Optional) The ID of listener.
  • output_file - (Optional) File name where to save data source results (after running terraform plan).

Attributes Reference

  • create_time - The time when the hostheader was created.
  • host_header_id - The ID of hostheader.
  • host_header - The hostheader.
  • certificate_id - The ID of certificate, HTTPS type listener creates this parameter which is not default.
上一篇:ksyun_lb_backend_server_groups
下一篇:ksyun_lb_register_backend_servers
以上内容是否对您有帮助?
有帮助
没帮助