全部文档
当前文档

暂无内容

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

文档中心

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.
文档导读
纯净模式常规模式

纯净模式

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