最近更新时间:2020-09-10 21:29:10
Provides a lb host header resource.
resource "ksyun_lb_host_header" "foo" {
listener_id = "xxxx"
host_header = "tf-xuan"
certificate_id = ""
}
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.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.纯净模式