文档中心 Terraform Provider参考 SLB Resources ksyun_lb_host_header

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.
上一篇:ksyun_lb_backend_server_group
下一篇:ksyun_lb_register_backend_server
以上内容是否对您有帮助?
有帮助
没帮助