Skip to content

Commit

Permalink
update: 修正lb_listener文件头的example
Browse files Browse the repository at this point in the history
  • Loading branch information
yangdongxu committed May 5, 2023
1 parent da87fb3 commit 6c4a23f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ksyun/resource_ksyun_lb_listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Provides a Load Balancer Listener resource.
}
resource "ksyun_lb_listener" "default" {
listener_name = "tf-xun",
listener_port = "8000",
listener_protocol = "HTTPS",
listener_state = "stop",
listener_name = "tf-xun"
listener_port = "8000"
listener_protocol = "HTTPS"
listener_state = "stop"
load_balancer_id = "7fae85e4-ab1a-415c-aef9-03a402c79d97",
method = "RoundRobin"
certificate_id = "${ksyun_certificate.default.id}"
Expand Down

0 comments on commit 6c4a23f

Please sign in to comment.