全部文档
当前文档

暂无内容

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

文档中心

ksyun_lb_host_header

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

Provides a lb host header resource.

Example Usage

resource "ksyun_lb_host_header" "foo" {
listener_id = "xxxx"
host_header = "tf-xuan"
certificate_id = ""
}

Argument Reference

The following arguments are supported:

  • listener_id - (Required) The ID of the listener.
  • host_header - (Required) The hostheader.
  • certificate_id - (Optional) The ID of the certificate, HTTPS type listener creates this parameter which is not default.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • create_time - The time when the hostheader was created.
  • host_header_id - The ID of hostheader.
文档导读
纯净模式常规模式

纯净模式

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